Removed jcenter repositories

This commit is contained in:
Anuken
2021-02-04 14:12:03 -05:00
parent 9f510f61c7
commit 3299279c89
4 changed files with 2 additions and 5 deletions
-2
View File
@@ -12,7 +12,6 @@ buildscript{
mavenCentral()
google()
maven{ url "https://oss.sonatype.org/content/repositories/snapshots/" }
jcenter()
maven{ url 'https://jitpack.io' }
}
@@ -184,7 +183,6 @@ allprojects{
maven{ url "https://oss.sonatype.org/content/repositories/snapshots/" }
maven{ url "https://oss.sonatype.org/content/repositories/releases/" }
maven{ url 'https://jitpack.io' }
jcenter()
}
task clearCache{