mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 06:15:12 +00:00
build: remove duplicated google repo, use gradlePluginPortal function instead of maven url
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
This commit is contained in:
parent
833d3c8dc8
commit
a0a5bcfe1a
@ -29,7 +29,7 @@ buildscript {
|
||||
|
||||
repositories {
|
||||
google()
|
||||
maven { url 'https://plugins.gradle.org/m2/' }
|
||||
gradlePluginPortal()
|
||||
mavenCentral()
|
||||
maven { url 'https://jitpack.io' }
|
||||
}
|
||||
@ -55,7 +55,6 @@ allprojects {
|
||||
repositories {
|
||||
google()
|
||||
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
|
||||
maven { url 'https://maven.google.com' }
|
||||
mavenCentral()
|
||||
maven { url 'https://jitpack.io' }
|
||||
gradlePluginPortal() // for jcenter mirroring, remove ASAP
|
||||
|
Loading…
Reference in New Issue
Block a user