Skip to content

Commit

Permalink
Makes gradle go to Maven Central for extra-dependencies project (#3291)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncordon committed Dec 14, 2022
1 parent 1ed1d3f commit b5ea5c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extra-dependencies/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
allprojects {
repositories {
mavenCentral()
maven {
url "https://repo.gradle.org/gradle/libs-releases"
}
mavenLocal()
}
}

Expand Down

0 comments on commit b5ea5c1

Please sign in to comment.