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

thurka pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-vscode.git


The following commit(s) were added to refs/heads/master by this push:
     new edcadfd  build from release branch fixed
edcadfd is described below

commit edcadfd41aaf2d360fec782fc85bbf8dbbca3ca6
Author: Tomas Hurka <[email protected]>
AuthorDate: Fri Aug 29 17:48:39 2025 +0200

    build from release branch fixed
---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 541e371..966e338 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -118,7 +118,7 @@ jobs:
           restore-keys: ${{ runner.os }}-
 
       - name: Build NetBeans
-        run: ant $OPTS -quiet -Dcluster.config=$CLUSTER_CONFIG build-netbeans
+        run: ant $OPTS -quiet -Dcluster.config=$CLUSTER_CONFIG 
-Dmetabuild.jsonurl=https://raw.githubusercontent.com/apache/netbeans-jenkins-lib/refs/heads/master/meta/netbeansvscode.json
 -Dmetabuild.RawVersion=dev build-netbeans
 
       - name: Prepare Artifact
         if: ${{ matrix.java == '17' }}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to