Skip to content

Commit c6de4b0

Browse files
committed
Use old Gradle property
1 parent 334c1a5 commit c6de4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cross-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
uses: ./.github/actions/run-gradle
6060
with:
6161
arguments: |
62-
-PjavaToolchain.version=${{ matrix.jdk.version }} \
62+
-PjavaToolchainVersion=${{ matrix.jdk.version }} \
6363
-Dscan.tag.JDK_${{ matrix.jdk.version }} \
6464
build

0 commit comments

Comments
 (0)