Skip to content

Commit

Permalink
[NOID] Makes gradle go to Maven Central for extra-dependencies project (
Browse files Browse the repository at this point in the history
  • Loading branch information
ncordon authored Dec 14, 2022
1 parent 1ed1d3f commit e8910bd
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 e8910bd

Please sign in to comment.