GP-0: Remove deprecated jcenter() as a repository

This commit is contained in:
Ryan Kurtz 2024-11-12 05:58:02 -05:00
parent b80cfdff3f
commit 39f388f896

View File

@ -79,7 +79,6 @@ if (flatRepo.isDirectory()) {
repositories { repositories {
mavenLocal() mavenLocal()
mavenCentral() mavenCentral()
jcenter()
flatDir name: "flat", dirs:["$flatRepo"] flatDir name: "flat", dirs:["$flatRepo"]
} }
} }