Skip to content

Commit

Permalink
Remove snapshot dependency setup
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jan 2, 2025
1 parent 98422b4 commit d0294f3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/actions/run-gradle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ 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: 0 additions & 1 deletion .github/scripts/checkBuildReproducibility.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ function calculate_checksums() {
--no-build-cache \
-Porg.gradle.java.installations.auto-download=false \
-Dscan.tag.Reproducibility \
--refresh-dependencies \
clean \
assemble

Expand Down
6 changes: 0 additions & 6 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ plugins {
dependencyResolutionManagement {
repositories {
mavenCentral()
// TODO Remove --refresh-dependencies from CI builds when no longer consuming snapshots
maven(url = "https://oss.sonatype.org/content/repositories/snapshots") {
mavenContent {
snapshotsOnly()
}
}
}
}

Expand Down

0 comments on commit d0294f3

Please sign in to comment.