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

jleroux 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 a0954d2085 Fixed: The README.html file is no longer copied on site 
(OFBIZ-12758)
a0954d2085 is described below

commit a0954d208587603502ee7bdaa8d306fbfa5ec3d6
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Fri Feb 17 16:12:04 2023 +0100

    Fixed: The README.html file is no longer copied on site (OFBIZ-12758)
    
    Would removing pdf help? because of
    
    Feb 17, 2023 2:41:33 PM 
uri:classloader:/gems/asciidoctor-pdf-1.5.3/lib/asciidoctor/pdf/converter.rb 
convert_paragraph
    WARNING: could not embed image: 
/tmp/image-20230217-3383231-1nza9uv.svg?branch=trunk; image file is an 
unrecognised format; install prawn-gmagick gem to add support
    Feb 17, 2023 2:41:33 PM 
uri:classloader:/gems/asciidoctor-pdf-1.5.3/lib/asciidoctor/pdf/converter.rb 
convert_paragraph
    WARNING: could not embed image: /tmp/image-20230217-3383231-bqoxme; image 
file is an unrecognised format; install prawn-gmagick gem to add support
    
    I guess not, but let's see
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 95ff687842..1ecfc251a3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -599,7 +599,7 @@ tasks.withType(AsciidoctorTask) { task ->
         if (System.properties['os.name'].toLowerCase().contains('windows')) {
             backends = ['html5']
         } else {
-            backends = ['html5', 'pdf']
+            backends = ['html5']
         }
     }
     attributes \

Reply via email to