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 9684c97 commit fb51d6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Checkout repository
uses: actions/checkout@v4

- name: Set up JDK ${{ matrix.jdk }}
uses: actions/setup-java@v4
with:
Expand All @@ -77,9 +77,9 @@ jobs:
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 }}
-Pplugin.josmCompileVersion=${{ matrix.josm-version}}
-Pgraalvm.jdk=jdk${{ matrix.jdk }}
-Pgraalvm.platform=${{ env.GRAALVM_PLATFORM }}
- name: Store reports
if: failure()
Expand Down

0 comments on commit fb51d6f

Please sign in to comment.