Remove jcenter() from repositories

This commit is contained in:
shedaniel
2021-02-04 23:32:59 +08:00
parent 9ec735d569
commit 7dd4337273

View File

@@ -85,7 +85,6 @@ class ArchitectPlugin : Plugin<Project> {
project.repositories.apply {
mavenCentral()
jcenter()
maven { it.url = URI("https://dl.bintray.com/shedaniel/cloth") }
}
}