Remove jcenter()

This commit is contained in:
Aleksey 2021-05-25 17:00:12 +03:00
parent 791645448e
commit 52c12f6f77
2 changed files with 0 additions and 2 deletions

View file

@ -18,7 +18,6 @@ repositories {
maven { url 'https://maven.blamejared.com' } maven { url 'https://maven.blamejared.com' }
maven { url "https://maven.shedaniel.me/" } maven { url "https://maven.shedaniel.me/" }
maven { url 'https://jitpack.io' } maven { url 'https://jitpack.io' }
jcenter()
} }
dependencies { dependencies {

View file

@ -1,6 +1,5 @@
pluginManagement { pluginManagement {
repositories { repositories {
jcenter()
maven { maven {
name = 'Fabric' name = 'Fabric'
url = 'https://maven.fabricmc.net/' url = 'https://maven.fabricmc.net/'