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:
Álvaro Brey 2022-05-18 13:27:55 +02:00
parent 833d3c8dc8
commit a0a5bcfe1a
No known key found for this signature in database
GPG Key ID: 2585783189A62105

View File

@ -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