Skip to content

Commit

Permalink
retry to set gradle properties on the gradle build task
Browse files Browse the repository at this point in the history
  • Loading branch information
Gubaer committed Jan 25, 2025
1 parent 23a6630 commit c126d7e
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 @@ -67,13 +67,13 @@ jobs:
uses: gradle/actions/setup-gradle@v4
with:
gradle-version: "8.12"
gradle-properties: |
plugin.josmCompileVersion=${{ matrix.josm-version}}
graalvm.jdk=jdk${{ matrix.jdk }}
graalvm.platform=${{ env.GRAALVM_PLATFORM }}

- name: Build with Gradle
run: ./gradlew build --info --stacktrace
-Pplugin.josmCompileVersion=${{ matrix.josm-version}}
-Pgraalvm.jdk=jdk${{ matrix.jdk }}
-Pgraalvm.platform=${{ env.GRAALVM_PLATFORM }}

env:
DISPLAY: ":19"
OSM_DEV_API_PASSWORD: "${{ secrets.OSM_DEV_API_PASSWORD }}"
Expand Down

0 comments on commit c126d7e

Please sign in to comment.