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

asf-gitbox-commits pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new ddade40921 Fixed: sets org.asciidoctor.jvm plugins to version "4.0.5"
ddade40921 is described below

commit ddade409218e55169a68fcce2b761341b1bd6c7f
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 eb11a9578e..3339536ab2 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

Reply via email to