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

commit a615e9029db5da4c81578d61b6aca7a8f82a2316
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Wed Feb 15 10:44:16 2023 +0100

    Revert "Improved: The README.html is no longer copied on site (OFBIZ-12758)"
    
    This reverts commits 10d3900217a51fb3c2297a7761df71579cbe5ef0.
    and c83b3bfe1d40b61216e7c381053b6fa0e10a00fe.
    
    It's of no help. Also removes Node version 13.14.0 pushed by error
---
 build.gradle | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/build.gradle b/build.gradle
index 1f40e7be0d..31af6dcb19 100644
--- a/build.gradle
+++ b/build.gradle
@@ -86,9 +86,7 @@ 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/sun.nio.ch=ALL-UNNAMED', // OFBIZ-12758 ???
-            '--add-opens=java.base/java.io=ALL-UNNAMED' // OFBIZ-12758 ???
+            '--add-opens=java.base/java.util=ALL-UNNAMED' // OFBIZ-12726
             ]
 }
 
@@ -116,7 +114,7 @@ javadoc {
 
 node {
     download = true
-    version = "13.14.0"
+    version = "16.13.1"
     // npmVersion will be the one that comes default with node
 
     // https://github.com/node-gradle/gradle-node-plugin/blob/2.2.4/README.md

Reply via email to