You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2024/01/20 01:00:57 UTC

(solr) branch branch_9x updated: Add npmRegistry for nodeSetup as well (#2208)

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

houston pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new c29fb477e95 Add npmRegistry for nodeSetup as well (#2208)
c29fb477e95 is described below

commit c29fb477e9567298a11b6aabf1e68a5706c0d31b
Author: Houston Putman <ho...@apache.org>
AuthorDate: Fri Jan 19 18:54:31 2024 -0600

    Add npmRegistry for nodeSetup as well (#2208)
    
    (cherry picked from commit 97192c90ebf4181837e44b940063bd596740e37a)
---
 gradle/node.gradle | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gradle/node.gradle b/gradle/node.gradle
index 1823b783053..6bec66456e0 100644
--- a/gradle/node.gradle
+++ b/gradle/node.gradle
@@ -23,6 +23,9 @@ configure([project(":solr:packaging"), project(":solr:solr-ref-guide"), project(
         tasks.npmSetup {
             args.addAll(['--registry', npmRegistry])
         }
+        tasks.nodeSetup {
+            args.addAll(['--registry', npmRegistry])
+        }
     }
 
     ext {