Prefer mavenCentral before mavenLocal

This commit is contained in:
vechro
2023-03-04 12:29:57 +02:00
committed by Edwin Jakobs
parent 89767de35a
commit 129626edbe
2 changed files with 2 additions and 2 deletions

View File

@@ -94,8 +94,8 @@ plugins {
}
repositories {
mavenLocal()
mavenCentral()
mavenLocal()
}
dependencies {