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

commit a8ed48eae3f8ea0699768c69ec434aabacc9e9e2
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Sat Feb 18 14:17:25 2023 +0100

    Fixed: The README.html file is no longer copied on site (OFBIZ-12758)
    
    I have added a "ls" in BB config to see if the README.html file is really 
generated
---
 build.gradle | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 1ecfc251a3..1a66fb4277 100644
--- a/build.gradle
+++ b/build.gradle
@@ -595,12 +595,13 @@ tasks.withType(AsciidoctorTask) { task ->
             
jvmArgs("--add-opens","java.base/sun.nio.ch=ALL-UNNAMED","--add-opens","java.base/java.io=ALL-UNNAMED")
         }
     outputOptions {
-        // I hate we have to do this - but JRuby (asciidoctorj-pdf) and 
Windows don't mix well
+        backends = ['html5']
+        /* I hate we have to do this - but JRuby (asciidoctorj-pdf) and 
Windows don't mix well
         if (System.properties['os.name'].toLowerCase().contains('windows')) {
             backends = ['html5']
         } else {
             backends = ['html5']
-        }
+        }*/
     }
     attributes \
         'doctype': 'book',

Reply via email to