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

commit 10d3900217a51fb3c2297a7761df71579cbe5ef0
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Wed Feb 15 10:14:57 2023 +0100

    Improved: The README.html is no longer copied on site (OFBIZ-12758)
    
    That's just a test, fixes syntax errors in last commit
---
 build.gradle | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 49c29e2bc3..1f40e7be0d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -87,7 +87,8 @@ application {
             
'-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 --add-opens 
java.base/java.io=ALL-UNNAMED' // OFBIZ-12758 ???
+            '--add-opens=java.base/sun.nio.ch=ALL-UNNAMED', // OFBIZ-12758 ???
+            '--add-opens=java.base/java.io=ALL-UNNAMED' // OFBIZ-12758 ???
             ]
 }
 
@@ -115,7 +116,7 @@ javadoc {
 
 node {
     download = true
-    version = "16.13.1"
+    version = "13.14.0"
     // 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