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 db54a10100 Fixed: sets org.asciidoctor.jvm plugins to version "4.0.5"
db54a10100 is described below

commit db54a10100f959f6f3ea14665a4e2e9ebaab0cb8
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"
    
    Removes now useless comments
    
    Conflict handled by hand
---
 build.gradle | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/build.gradle b/build.gradle
index d6414875f2..8eaf71cf3c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -510,12 +510,6 @@ tasks.withType(AsciidoctorTask) { task ->
         } else {
             backends = ['html5', 'pdf']
         }
-         //It seems we have no choice when using Builbot we now get this issue:
-//        Caused by: org.jruby.exceptions.LoadError: (LoadError) no such file 
to load -- asciidoctor-pdf
-//        at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1017)
-//        at 
RUBY.require(uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:85)
-//        at RUBY.<main>(<script>:1)
-//        backends = ['html5']
     }
     attributes \
         'doctype': 'book',

Reply via email to