File tree Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ function calculate_checksums() {
1313 --no-build-cache \
1414 -Porg.gradle.java.installations.auto-download=false \
1515 -Dscan.tag.Reproducibility \
16+ --refresh-dependencies \
1617 clean \
1718 assemble
1819
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ log4j = "2.24.3"
1717logback = " 1.5.16"
1818mockito = " 5.15.2"
1919opentest4j = " 1.3.0"
20- openTestReporting = " 0.2.0-M2 "
20+ openTestReporting = " 0.2.0-SNAPSHOT "
2121snapshotTests = " 1.11.0"
2222surefire = " 3.5.2"
2323xmlunit = " 2.10.0"
Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ plugins {
1515dependencyResolutionManagement {
1616 repositories {
1717 mavenCentral()
18+ // TODO Remove --refresh-dependencies from CI builds when no longer consuming snapshots
19+ maven(url = " https://oss.sonatype.org/content/repositories/snapshots" ) {
20+ mavenContent {
21+ snapshotsOnly()
22+ }
23+ }
1824 }
1925}
2026
You can’t perform that action at this time.
0 commit comments