This is an automated email from the ASF dual-hosted git repository.

meonkeys pushed a commit to branch release-doc-fixes
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit af4cfe83d1f532b5415a6b58c5cf065eb75927bd
Author: Adam Monsen <[email protected]>
AuthorDate: Sun Jul 27 19:52:56 2025 -0700

    revert asciidoctor plugin upgrade
    
    can't upgrade to 4.x because of one of these:
    
    * https://github.com/asciidoctor/asciidoctorj-pdf/issues/25
    * https://github.com/jruby/jruby/issues/5573
    * https://github.com/asciidoctor/asciidoctorj-pdf/issues/16
---
 build.gradle | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 9063c7fb13..798060bfc7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -105,8 +105,12 @@ plugins {
     id 'net.ltgt.errorprone' version '4.1.0' apply false
     id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.2.23' apply false
     id 'com.gorylenko.gradle-git-properties' version '2.4.2' apply false
-    id 'org.asciidoctor.jvm.convert' version '4.0.4' apply false
-    id 'org.asciidoctor.jvm.pdf' version '4.0.4' apply false
+    // can't upgrade to 4.x because of one of these:
+    // https://github.com/asciidoctor/asciidoctorj-pdf/issues/25
+    // https://github.com/jruby/jruby/issues/5573
+    // https://github.com/asciidoctor/asciidoctorj-pdf/issues/16
+    id 'org.asciidoctor.jvm.convert' version '3.3.2' apply false
+    id 'org.asciidoctor.jvm.pdf' version '3.3.2' apply false
     id 'com.google.cloud.tools.jib' version '3.4.5' apply false
     id 'org.sonarqube' version '6.0.1.5171'
     id 'com.github.andygoossens.modernizer' version '1.10.0' apply false

Reply via email to