You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2021/12/19 14:09:05 UTC

[ofbiz-framework] branch trunk updated: Fixed: Unable to build in M1 Mac (OFBIZ-12460) (#417)

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

jamesyong 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 35f7ff3  Fixed: Unable to build in M1 Mac (OFBIZ-12460) (#417)
35f7ff3 is described below

commit 35f7ff34a9951a78561c97509444a3ec69103440
Author: James Yong <ja...@apache.org>
AuthorDate: Sun Dec 19 22:08:59 2021 +0800

    Fixed: Unable to build in M1 Mac (OFBIZ-12460) (#417)
    
    Upgrade Node.js from 12.18.1 to 16.13.1.
    16.13.1 is the latest version with long-term support and has build for M1 Mac.
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 2e2ce49..160464a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -109,7 +109,7 @@ javadoc {
 
 node {
     download = true
-    version = "12.18.1"
+    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