File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ buildscript {
1212
1313 dependencies {
1414 classpath ' org.hibernate.build.gradle:version-injection-plugin:1.0.0'
15- classpath ' org.asciidoctor:asciidoctor-gradle-plugin:1.5.7'
15+ // classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.7'
1616 classpath ' de.thetaphi:forbiddenapis:3.2'
1717 classpath ' org.junit.platform:junit-platform-gradle-plugin:1.0.1'
1818 }
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ import org.asciidoctor.gradle.jvm.AsciidoctorTask
44import org.asciidoctor.gradle.jvm.pdf.AsciidoctorPdfTask
55
66plugins {
7- id ' org.asciidoctor.jvm.convert' version ' 3.3 .2'
8- id ' org.asciidoctor.jvm.pdf' version ' 3.3 .2'
9- id " org.asciidoctor.jvm.gems" version " 3.3 .2"
7+ id ' org.asciidoctor.jvm.convert' version ' 4.0 .2'
8+ id ' org.asciidoctor.jvm.pdf' version ' 4.0 .2'
9+ id " org.asciidoctor.jvm.gems" version " 4.0 .2"
1010 id " org.hibernate.orm.build.settings-doc"
1111}
1212
You can’t perform that action at this time.
0 commit comments