Update asciidoctor plugins to 4.0.2
This commit is contained in:
parent
0fabcd3113
commit
97e6f45819
|
@ -12,7 +12,7 @@ buildscript {
|
|||
|
||||
dependencies {
|
||||
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 '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
|
||||
|
||||
plugins {
|
||||
id 'org.asciidoctor.jvm.convert' version '3.3.2'
|
||||
id 'org.asciidoctor.jvm.pdf' version '3.3.2'
|
||||
id "org.asciidoctor.jvm.gems" version "3.3.2"
|
||||
id 'org.asciidoctor.jvm.convert' version '4.0.2'
|
||||
id 'org.asciidoctor.jvm.pdf' version '4.0.2'
|
||||
id "org.asciidoctor.jvm.gems" version "4.0.2"
|
||||
id "org.hibernate.orm.build.settings-doc"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue