add javafx.platform property workaround to other build/ci scripts

This commit is contained in:
Armin Schrenk
2024-06-12 10:58:49 +02:00
parent 8108128c22
commit 2307950e3b
9 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -24,4 +24,4 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}
cache: 'maven'
- name: Build and Test
run: xvfb-run mvn -B clean install jacoco:report -Pcoverage
run: xvfb-run mvn -B clean install jacoco:report -Pcoverage -Djavafx.platform=linux