Remove deprecated jcenter repository

pull/1086/head
Quentin Hibon 4 years ago
parent e98064b6a5
commit c892a845b4

@ -15,7 +15,6 @@ apply {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven(url = "https://plugins.gradle.org/m2/")
maven(url = "https://oss.sonatype.org/content/repositories/snapshots/")

@ -1,7 +1,6 @@
pluginManagement {
repositories {
gradlePluginPortal()
jcenter()
google()
}
resolutionStrategy.eachPlugin {

Loading…
Cancel
Save