automatically activate os specific maven profiles

This commit is contained in:
Armin Schrenk
2026-06-24 14:55:38 +02:00
parent 95f5c7aecd
commit 47d2900f37
7 changed files with 8 additions and 20 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ jobs:
- name: Set version
run : ./mvnw versions:set -DnewVersion="${VERSION_NUM}${VERSION_SUFFIX}"
- name: Run maven
run: ./mvnw -B clean package -Plinux -DskipTests
run: ./mvnw -B clean package -DskipTests
- name: Patch target dir
run: |
cp LICENSE.txt target
+1 -1
View File
@@ -70,7 +70,7 @@ jobs:
check-latest: true
cache: 'maven'
- name: Run maven
run: ./mvnw -B clean package -Plinux -DskipTests
run: ./mvnw -B clean package -DskipTests
- name: Download OpenJFX jmods
id: download-jmods
run: |
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}
cache: 'maven'
- name: Build and Test
run: xvfb-run ./mvnw -B verify -Plinux
run: xvfb-run ./mvnw -B verify
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
- name: Draft a release