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 d7d326e commit 88feb58Copy full SHA for 88feb58
.github/actions/run-gradle/action.yml
@@ -29,5 +29,6 @@ runs:
29
-Pjunit.develocity.predictiveTestSelection.enabled=true \
30
-Pjunit.develocity.predictiveTestSelection.selectRemainingTests=${{ github.event_name != 'pull_request' }} \
31
"-Dscan.value.GitHub job=${{ github.job }}" \
32
+ --refresh-dependencies \
33
javaToolchains \
34
${{ inputs.arguments }}
gradle/scripts/checkBuildReproducibility.sh
@@ -12,6 +12,7 @@ function calculate_checksums() {
12
--no-build-cache \
13
-Porg.gradle.java.installations.auto-download=false \
14
-Dscan.tag.Reproducibility \
15
16
clean \
17
assemble
18
0 commit comments