Update asciidoctor plugins to 4.0.2
This commit is contained in:
parent
8cd501fa6e
commit
26f20caa63
|
@ -12,7 +12,7 @@ buildscript {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'org.hibernate.build.gradle:version-injection-plugin:1.0.0'
|
classpath 'org.hibernate.build.gradle:version-injection-plugin:1.0.0'
|
||||||
classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.7'
|
// classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.7'
|
||||||
classpath 'de.thetaphi:forbiddenapis:3.2'
|
classpath 'de.thetaphi:forbiddenapis:3.2'
|
||||||
classpath 'org.junit.platform:junit-platform-gradle-plugin:1.0.1'
|
classpath 'org.junit.platform:junit-platform-gradle-plugin:1.0.1'
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,9 +4,9 @@ import org.asciidoctor.gradle.jvm.AsciidoctorTask
|
||||||
import org.asciidoctor.gradle.jvm.pdf.AsciidoctorPdfTask
|
import org.asciidoctor.gradle.jvm.pdf.AsciidoctorPdfTask
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'org.asciidoctor.jvm.convert' version '3.3.2'
|
id 'org.asciidoctor.jvm.convert' version '4.0.2'
|
||||||
id 'org.asciidoctor.jvm.pdf' version '3.3.2'
|
id 'org.asciidoctor.jvm.pdf' version '4.0.2'
|
||||||
id "org.asciidoctor.jvm.gems" version "3.3.2"
|
id "org.asciidoctor.jvm.gems" version "4.0.2"
|
||||||
id "org.hibernate.orm.build.settings-doc"
|
id "org.hibernate.orm.build.settings-doc"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue