Skip to content

Commit 5ee499f

Browse files
committed
Fix CI build
1 parent d919ba7 commit 5ee499f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/run-gradle/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
with:
2020
arguments: |
2121
-Porg.gradle.java.installations.auto-download=false
22-
-Pdevelocity.predictiveTestSelection.enabled=${{ github.event_name == 'pull_request' }}
22+
-Pjunit.develocity.predictiveTestSelection.enabled=${{ github.event_name == 'pull_request' }}
2323
"-Dscan.value.GitHub job=${{ github.job }}"
2424
javaToolchains
2525
${{ inputs.arguments }}

0 commit comments

Comments
 (0)