build: Use Maven Central instead of JCenter

This commit is contained in:
oSumAtrIX 2023-10-09 05:55:05 +02:00
parent 873329dae2
commit 6db4dc4c95
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -27,7 +27,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8 targetCompatibility = JavaVersion.VERSION_1_8
repositories { repositories {
jcenter() mavenCentral()
google() google()
} }