From 1da18451ce9adf40c5939d050b6914cb7529e6eb Mon Sep 17 00:00:00 2001 From: Christian Beikov Date: Mon, 15 Jul 2024 19:27:12 +0200 Subject: [PATCH] Update asciidoctor plugins to 4.0.2 --- build.gradle | 2 +- documentation/documentation.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 9f33f33279..ae7a4284a3 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 733f7cbf41..5ffc646822 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" }