Switch from jcenter() to mavenCentral()

This commit is contained in:
Marcus Da Coregio 2022-01-17 12:26:21 -03:00 committed by Josh Cummings
parent 5834a59ce6
commit 8de55d289d
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ plugins {
apply from: "gradle/gretty.gradle"
repositories {
jcenter()
mavenCentral()
maven { url "https://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/snapshot" }
}