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

commit c83b3bfe1d40b61216e7c381053b6fa0e10a00fe
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Wed Feb 15 09:37:16 2023 +0100

    Improved: The README.html is no longer copied on site (OFBIZ-12758)
    
    That's just a test
---
 build.gradle | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 31af6dcb19..49c29e2bc3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -86,7 +86,8 @@ application {
             : ['-Xms128M','-Xmx1024M',
             
'-Djdk.serialFilter=maxarray=100000;maxdepth=20;maxrefs=1000;maxbytes=500000', 
// OFBIZ-12592 and OFBIZ-12716
             '--add-exports=java.base/sun.util.calendar=ALL-UNNAMED', // 
OFBIZ-12721
-            '--add-opens=java.base/java.util=ALL-UNNAMED' // OFBIZ-12726
+            '--add-opens=java.base/java.util=ALL-UNNAMED', // OFBIZ-12726
+            '-add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens 
java.base/java.io=ALL-UNNAMED' // OFBIZ-12758 ???
             ]
 }
 

Reply via email to