Skip to content

Commit 88feb58

Browse files
committed
Force checking for new snapshots on CI
1 parent d7d326e commit 88feb58

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ runs:
2929
-Pjunit.develocity.predictiveTestSelection.enabled=true \
3030
-Pjunit.develocity.predictiveTestSelection.selectRemainingTests=${{ github.event_name != 'pull_request' }} \
3131
"-Dscan.value.GitHub job=${{ github.job }}" \
32+
--refresh-dependencies \
3233
javaToolchains \
3334
${{ inputs.arguments }}

gradle/scripts/checkBuildReproducibility.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ function calculate_checksums() {
1212
--no-build-cache \
1313
-Porg.gradle.java.installations.auto-download=false \
1414
-Dscan.tag.Reproducibility \
15+
--refresh-dependencies \
1516
clean \
1617
assemble
1718

0 commit comments

Comments
 (0)