Skip to content

Commit

Permalink
fix argument list
Browse files Browse the repository at this point in the history
  • Loading branch information
Gubaer committed Jan 21, 2025
1 parent 9e9b87b commit 5cb4ac4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ jobs:
DISPLAY: ":19"
OSM_DEV_API_PASSWORD: "${{ secrets.OSM_DEV_API_PASSWORD }}"
with:
arguments:
- build
- -Pplugin.josmCompileVersion=${{ matrix.josm-version}}
- -Pgraalvm.jdk=jdk${{ matrix.jdk }}
- -Pgraalvm.platform=${{ env.GRAALVM_PLATFORM }}
- --info
arguments: |
build
-Pplugin.josmCompileVersion=${{ matrix.josm-version}}
-Pgraalvm.jdk=jdk${{ matrix.jdk }}
-Pgraalvm.platform=${{ env.GRAALVM_PLATFORM }}
--info
- name: Store reports
if: failure()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 5cb4ac4

Please sign in to comment.