remove jcenter from buildscripts

This commit is contained in:
dfsek
2021-07-29 08:22:41 -07:00
parent 7f7dc23b09
commit 43874521db
3 changed files with 0 additions and 4 deletions
@@ -23,7 +23,6 @@ fun Project.configureDependencies() {
maven { url = uri("https://papermc.io/repo/repository/maven-public/") }
maven { url = uri("https://maven.fabricmc.net/") }
gradlePluginPortal()
jcenter()
mavenCentral()
}