Skip to content

Commit

Permalink
try to fix build error on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gubaer committed Jan 26, 2025
1 parent a93365b commit 9d9d9f2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,7 @@ jobs:
env:
DISPLAY: ":19"
OSM_DEV_API_PASSWORD: "${{ secrets.OSM_DEV_API_PASSWORD }}"
run: |
./gradlew build --stacktrace --info
-Pplugin.josmCompileVersion=${{ matrix.josm-version}}
-Pgraalvm.jdk=jdk${{ matrix.jdk }}
-Pgraalvm.platform=${{ env.GRAALVM_PLATFORM }}
run: ./gradlew build -Pplugin.josmCompileVersion=${{ matrix.josm-version}} -Pgraalvm.jdk=jdk${{ matrix.jdk }} -Pgraalvm.platform=${{ env.GRAALVM_PLATFORM }} --stacktrace --info

- name: Store reports
if: failure()
Expand Down

0 comments on commit 9d9d9f2

Please sign in to comment.