Remove jcenter repo, it will be shutting down

We have only been using it for the shadow plugin which is also available in the
plugins.gradle.org repo.
This commit is contained in:
Jonas Herzig
2021-02-16 23:25:38 +01:00
parent 159f0e259f
commit 7e5734067f
3 changed files with 4 additions and 3 deletions

2
jGui

Submodule jGui updated: 6b16892d64...6fbb476dfe

View File

@@ -2,7 +2,6 @@ pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
jcenter()
mavenCentral()
google()
maven("https://jitpack.io")

View File

@@ -10,7 +10,9 @@ buildscript {
repositories {
mavenLocal()
jcenter()
maven {
url = "https://plugins.gradle.org/m2/"
}
mavenCentral()
maven {
name = "fabric"