File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525 JAVA_HOME : ${{ steps.setup-gradle-jdk.outputs.path }}
2626 run : | # zizmor: ignore[template-injection]
2727 ./gradlew \
28- -Porg .gradle.java.installations.auto-download=false \
28+ -Dorg .gradle.java.installations.auto-download=false \
2929 -Pjunit.develocity.predictiveTestSelection.enabled=true \
3030 -Pjunit.develocity.predictiveTestSelection.selectRemainingTests=${{ github.event_name != 'pull_request' }} \
3131 "-Dscan.value.GitHub job=${{ github.job }}" \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ function calculate_checksums() {
1111 ./gradlew \
1212 --configuration-cache \
1313 --no-build-cache \
14- -Porg .gradle.java.installations.auto-download=false \
14+ -Dorg .gradle.java.installations.auto-download=false \
1515 -Dscan.tag.Reproducibility \
1616 clean \
1717 assemble
You can’t perform that action at this time.
0 commit comments