do not exectue dependency-check on CI (due to missing NVD API key)

This commit is contained in:
Armin Schrenk
2023-11-28 13:25:47 +01:00
parent 8382299a05
commit dbacbc8874
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ jobs:
check-latest: true
cache: 'maven'
- name: Run maven
run: mvn -B clean package -Pdependency-check,linux -DskipTests
run: mvn -B clean package -Plinux -DskipTests
- name: Download OpenJFX jmods
id: download-jmods
run: |