This is an automated email from the ASF dual-hosted git repository.
thurka pushed a commit to branch release2701
in repository https://gitbox.apache.org/repos/asf/netbeans-vscode.git
The following commit(s) were added to refs/heads/release2701 by this push:
new 1155373 build from release branch fixed
1155373 is described below
commit 1155373098d32c6301a45151a72fedec07f62ec8
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