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 072c6db3d1b60a6c6de59148baa050b29deb993d
Author: Adam Monsen <[email protected]>
AuthorDate: Sun Jul 27 17:55:54 2025 -0700

    upgrade asciidoctor to latest available
---
 build.gradle              | 4 ++--
 fineract-doc/build.gradle | 9 +--------
 2 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/build.gradle b/build.gradle
index b0b1646123..9063c7fb13 100644
--- a/build.gradle
+++ b/build.gradle
@@ -105,8 +105,8 @@ 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 '3.3.2' apply false
-    id 'org.asciidoctor.jvm.pdf' version '3.3.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
     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
diff --git a/fineract-doc/build.gradle b/fineract-doc/build.gradle
index 67ce8887d9..04069234aa 100644
--- a/fineract-doc/build.gradle
+++ b/fineract-doc/build.gradle
@@ -20,7 +20,7 @@ apply plugin: 'org.asciidoctor.jvm.convert'
 apply plugin: 'org.asciidoctor.jvm.pdf'
 
 asciidoctorj {
-    version = '2.5.3'
+    version = '3.0.0'
 
     attributes = [
         version: "${project.version}",
@@ -34,13 +34,6 @@ asciidoctorj {
         baseurl: 'fineract.apache.org',
     ]
 
-    modules {
-        pdf.version '1.6.2'
-        diagram.version '2.2.1'
-        epub.version '1.5.1'
-        //        revealjs.version '4.1.0'
-    }
-
     fatalWarnings ~/include file not found|missing callout|image to embed not 
found or not readable/
     fatalWarnings missingIncludes()
 }

Reply via email to