This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch release24.09
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release24.09 by this push:
new b05b9db73e Fixed: sets org.asciidoctor.jvm plugins to version "4.0.5"
b05b9db73e is described below
commit b05b9db73ea361d4f0ca488ec343822619be7c23
Author: Jacques Le Roux <[email protected]>
AuthorDate: Fri May 15 12:16:52 2026 +0200
Fixed: sets org.asciidoctor.jvm plugins to version "4.0.5"
For now we can not update above. See "production-ready version" warning in
https://plugins.gradle.org/plugin/org.asciidoctor.jvm
---
build.gradle | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 605e7e9496..eca3fa6f4f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,7 +29,8 @@ plugins {
id 'checkstyle'
id 'codenarc'
id 'maven-publish'
- id "org.asciidoctor.jvm.convert" version "latest.release"
+ id "org.asciidoctor.jvm.convert" version "4.0.5" // For now we can not
update above. See "production-ready version" warning in
https://plugins.gradle.org/plugin/org.asciidoctor.jvm
+ id "org.asciidoctor.jvm.pdf" version "4.0.5" // For now we can not
update above. See "production-ready version" warning in
https://plugins.gradle.org/plugin/org.asciidoctor.jvm
id "org.owasp.dependencycheck" version "latest.release" apply false
id "se.patrikerdes.use-latest-versions" version "latest.release" apply
false
id "com.github.ben-manes.versions" version "latest.release" apply false