Skip to content

Commit

Permalink
Use common maven alias. Remove duplicate.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjohndoe authored Jan 24, 2024
1 parent 27c3155 commit 5c99e66
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ buildscript {
repositories {
mavenCentral()
google()
maven {
url = uri("https://plugins.gradle.org/m2/")
}
gradlePluginPortal()
mavenLocal()
}
dependencies {
Expand Down Expand Up @@ -50,10 +48,9 @@ apply plugin: 'com.malinskiy.marathon'
allprojects {
repositories {
mavenCentral()
maven { url "https://maven.google.com" }
google()
maven { url "https://jitpack.io" }
mavenLocal()
google()
jcenter()
}
}
Expand Down

0 comments on commit 5c99e66

Please sign in to comment.