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

commit 355d3d4385141b8db14d61a2241a1af9fd70327c
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
---
 build.gradle | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/build.gradle b/build.gradle
index adc2036203..c8eaf6df93 100644
--- a/build.gradle
+++ b/build.gradle
@@ -557,12 +557,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'] // this is the default, so for now 
outputOptions is not needed
     }
     attributes \
         'doctype': 'book',

Reply via email to