Skip to content

Commit

Permalink
Force checking for new snapshots on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Dec 2, 2024
1 parent d7d326e commit 88feb58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/run-gradle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ runs:
-Pjunit.develocity.predictiveTestSelection.enabled=true \
-Pjunit.develocity.predictiveTestSelection.selectRemainingTests=${{ github.event_name != 'pull_request' }} \
"-Dscan.value.GitHub job=${{ github.job }}" \
--refresh-dependencies \
javaToolchains \
${{ inputs.arguments }}
1 change: 1 addition & 0 deletions gradle/scripts/checkBuildReproducibility.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ function calculate_checksums() {
--no-build-cache \
-Porg.gradle.java.installations.auto-download=false \
-Dscan.tag.Reproducibility \
--refresh-dependencies \
clean \
assemble

Expand Down

0 comments on commit 88feb58

Please sign in to comment.