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:
2
jGui
2
jGui
Submodule jGui updated: 6b16892d64...6fbb476dfe
@@ -2,7 +2,6 @@ pluginManagement {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
gradlePluginPortal()
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
google()
|
||||
maven("https://jitpack.io")
|
||||
|
||||
@@ -10,7 +10,9 @@ buildscript {
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
jcenter()
|
||||
maven {
|
||||
url = "https://plugins.gradle.org/m2/"
|
||||
}
|
||||
mavenCentral()
|
||||
maven {
|
||||
name = "fabric"
|
||||
|
||||
Reference in New Issue
Block a user