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

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


The following commit(s) were added to refs/heads/release22.01 by this push:
     new 6f5170ab57 Fixed: The README.html file is no longer visible on site 
(OFBIZ-12758)
6f5170ab57 is described below

commit 6f5170ab57f8397aecd9c054c7945e34fc096aad
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Fri Feb 24 08:12:34 2023 +0100

    Fixed: The README.html file is no longer visible on site (OFBIZ-12758)
    
    That does not work. I'll do it at the BB level
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 0d38fc7685..baad159d10 100644
--- a/build.gradle
+++ b/build.gradle
@@ -624,7 +624,7 @@ task generateReadmeFiles(group: docsGroup, type: 
AsciidoctorTask) {
     description 'Generate OFBiz README files'
     sourceDir "${rootDir}"
     sources {
-        include 'README.adoc', 'CHANGELOG.adoc', 'CONTRIBUTING.adoc', 
'.htaccess'
+        include 'README.adoc', 'CHANGELOG.adoc', 'CONTRIBUTING.adoc'
       }
     outputDir file("${buildDir}/asciidoc/readme/")
 }

Reply via email to