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 {
12
12
13
13
dependencies {
14
14
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'
16
16
classpath ' de.thetaphi:forbiddenapis:3.2'
17
17
classpath ' org.junit.platform:junit-platform-gradle-plugin:1.0.1'
18
18
}
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ import org.asciidoctor.gradle.jvm.AsciidoctorTask
4
4
import org.asciidoctor.gradle.jvm.pdf.AsciidoctorPdfTask
5
5
6
6
plugins {
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"
10
10
id " org.hibernate.orm.build.settings-doc"
11
11
}
12
12
You can’t perform that action at this time.
0 commit comments