We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b334d commit edcadfdCopy full SHA for edcadfd
1 file changed
.github/workflows/main.yml
@@ -118,7 +118,7 @@ jobs:
118
restore-keys: ${{ runner.os }}-
119
120
- name: Build NetBeans
121
- 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
122
123
- name: Prepare Artifact
124
if: ${{ matrix.java == '17' }}
0 commit comments