Skip to content

Commit 9a7a34b

Browse files
committed
Fix CI build
1 parent b184888 commit 9a7a34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
dependency-graph: ${{ inputs.dependency-graph }}
2525
arguments: |
2626
-Porg.gradle.java.installations.auto-download=false
27-
-Pdevelocity.predictiveTestSelection.enabled=${{ github.event_name == 'pull_request' }}
27+
-Pjunit.develocity.predictiveTestSelection.enabled=${{ github.event_name == 'pull_request' }}
2828
"-Dscan.value.GitHub job=${{ github.job }}"
2929
javaToolchains
3030
${{ inputs.arguments }}

0 commit comments

Comments
 (0)