Skip to content

Commit

Permalink
Fix syntax for old way of passing arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Sep 23, 2024
1 parent 9ffd4a7 commit 668e12f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cross-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:
uses: ./.github/actions/run-gradle
with:
arguments: |
-PjavaToolchainVersion=${{ matrix.jdk.version }} \
-Dscan.tag.JDK_${{ matrix.jdk.version }} \
-PjavaToolchainVersion=${{ matrix.jdk.version }}
-Dscan.tag.JDK_${{ matrix.jdk.version }}
build

0 comments on commit 668e12f

Please sign in to comment.