We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d919ba7 commit 5ee499fCopy full SHA for 5ee499f
.github/actions/run-gradle/action.yml
@@ -19,7 +19,7 @@ runs:
19
with:
20
arguments: |
21
-Porg.gradle.java.installations.auto-download=false
22
- -Pdevelocity.predictiveTestSelection.enabled=${{ github.event_name == 'pull_request' }}
+ -Pjunit.develocity.predictiveTestSelection.enabled=${{ github.event_name == 'pull_request' }}
23
"-Dscan.value.GitHub job=${{ github.job }}"
24
javaToolchains
25
${{ inputs.arguments }}
0 commit comments