We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b184888 commit 9a7a34bCopy full SHA for 9a7a34b
.github/actions/run-gradle/action.yml
@@ -24,7 +24,7 @@ runs:
24
dependency-graph: ${{ inputs.dependency-graph }}
25
arguments: |
26
-Porg.gradle.java.installations.auto-download=false
27
- -Pdevelocity.predictiveTestSelection.enabled=${{ github.event_name == 'pull_request' }}
+ -Pjunit.develocity.predictiveTestSelection.enabled=${{ github.event_name == 'pull_request' }}
28
"-Dscan.value.GitHub job=${{ github.job }}"
29
javaToolchains
30
${{ inputs.arguments }}
0 commit comments