Skip to content

Commit edcadfd

Browse files
committed
build from release branch fixed
1 parent 72b334d commit edcadfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
restore-keys: ${{ runner.os }}-
119119

120120
- name: Build NetBeans
121-
run: ant $OPTS -quiet -Dcluster.config=$CLUSTER_CONFIG build-netbeans
121+
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
122122

123123
- name: Prepare Artifact
124124
if: ${{ matrix.java == '17' }}

0 commit comments

Comments
 (0)