Skip to content

Commit

Permalink
Excavator: Consistent Gradle artifact repositories (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Mar 25, 2022
1 parent a833149 commit dc2d95d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
repositories {
gradlePluginPortal()
mavenCentral()
gradlePluginPortal() { metadataSources { mavenPom(); ignoreGradleMetadataRedirection() } }
mavenCentral() { metadataSources { mavenPom(); ignoreGradleMetadataRedirection() } }
}

dependencies {
Expand All @@ -28,7 +28,7 @@ allprojects {
group 'com.palantir.proxy.processor'

repositories {
mavenCentral()
mavenCentral() { metadataSources { mavenPom(); ignoreGradleMetadataRedirection() } }
}
}

Expand Down
14 changes: 7 additions & 7 deletions versions.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ com.google.auto.value:auto-value-annotations:1.7.4 (1 constraints: 640a29b9)
com.google.testing.compile:compile-testing:0.19 (1 constraints: de04f630)
com.google.truth:truth:1.1 (1 constraints: b71111d7)
junit:junit:4.13.1 (2 constraints: dc1cc51a)
org.apiguardian:apiguardian-api:1.1.2 (5 constraints: 105480ac)
org.assertj:assertj-core:3.22.0 (1 constraints: 39053f3b)
org.hamcrest:hamcrest-core:1.3 (1 constraints: cc05fe3f)
org.junit:junit-bom:5.8.2 (6 constraints: 52620bff)
org.junit.jupiter:junit-jupiter:5.8.2 (2 constraints: 260e7a59)
org.junit.jupiter:junit-jupiter-api:5.8.2 (5 constraints: 9b3dc79e)
org.junit.jupiter:junit-jupiter-engine:5.8.2 (2 constraints: 2117d23c)
org.junit.jupiter:junit-jupiter-params:5.8.2 (2 constraints: 2117d23c)
org.junit.platform:junit-platform-commons:1.8.2 (3 constraints: ee29ed2b)
org.junit.platform:junit-platform-engine:1.8.2 (2 constraints: bc19ddf3)
org.junit.jupiter:junit-jupiter:5.8.2 (1 constraints: 11051e36)
org.junit.jupiter:junit-jupiter-api:5.8.2 (4 constraints: 863422ba)
org.junit.jupiter:junit-jupiter-engine:5.8.2 (1 constraints: 0c0edf3b)
org.junit.jupiter:junit-jupiter-params:5.8.2 (1 constraints: 0c0edf3b)
org.junit.platform:junit-platform-commons:1.8.2 (2 constraints: dd200b4b)
org.junit.platform:junit-platform-engine:1.8.2 (1 constraints: ab1027b4)
org.opentest4j:opentest4j:1.2.0 (2 constraints: cd205b49)
org.ow2.asm:asm:9.0 (1 constraints: 030aa6a4)

0 comments on commit dc2d95d

Please sign in to comment.