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 0577e998904ca1697572021e001c078147e2d201 Author: Adam Monsen <[email protected]> AuthorDate: Sun Jul 27 20:07:09 2025 -0700 remove unnecessary version string --- fineract-doc/build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/fineract-doc/build.gradle b/fineract-doc/build.gradle index 04069234aa..e1620c29ac 100644 --- a/fineract-doc/build.gradle +++ b/fineract-doc/build.gradle @@ -20,8 +20,6 @@ apply plugin: 'org.asciidoctor.jvm.convert' apply plugin: 'org.asciidoctor.jvm.pdf' asciidoctorj { - version = '3.0.0' - attributes = [ version: "${project.version}", docdate: new Date(),
