mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-18 21:18:15 +00:00
Build: remove jcenter, use gradle plugin portal as mirror where needed
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
This commit is contained in:
parent
d69d034715
commit
833d3c8dc8
@ -32,7 +32,6 @@ buildscript {
|
||||
maven { url 'https://plugins.gradle.org/m2/' }
|
||||
mavenCentral()
|
||||
maven { url 'https://jitpack.io' }
|
||||
jcenter()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@ -59,7 +58,7 @@ allprojects {
|
||||
maven { url 'https://maven.google.com' }
|
||||
mavenCentral()
|
||||
maven { url 'https://jitpack.io' }
|
||||
jcenter()
|
||||
gradlePluginPortal() // for jcenter mirroring, remove ASAP
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user