diff --git a/build.gradle b/build.gradle index 7c778315cf..bece5fcc1d 100644 --- a/build.gradle +++ b/build.gradle @@ -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' } diff --git a/documentation/documentation.gradle b/documentation/documentation.gradle index c86f4f6688..3b0d403650 100644 --- a/documentation/documentation.gradle +++ b/documentation/documentation.gradle @@ -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" }