Skip to content

Commit 668e12f

Browse files
committed
Fix syntax for old way of passing arguments
1 parent 9ffd4a7 commit 668e12f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cross-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ jobs:
6161
uses: ./.github/actions/run-gradle
6262
with:
6363
arguments: |
64-
-PjavaToolchainVersion=${{ matrix.jdk.version }} \
65-
-Dscan.tag.JDK_${{ matrix.jdk.version }} \
64+
-PjavaToolchainVersion=${{ matrix.jdk.version }}
65+
-Dscan.tag.JDK_${{ matrix.jdk.version }}
6666
build

0 commit comments

Comments
 (0)