Skip to content

Commit

Permalink
Use Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
jdelga committed Dec 5, 2024
1 parent 2ee5a07 commit 3e95cd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
buildscript {
repositories {
google()
mavenCentral()
maven {
url "https://plugins.gradle.org/m2/"
}
Expand Down Expand Up @@ -44,6 +45,7 @@ allprojects {

repositories {
google()
mavenCentral()
}
}
apply from: "${rootProject.projectDir}/publish_maven_central.gradle"

0 comments on commit 3e95cd0

Please sign in to comment.