mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
Merge pull request #2063 from nextcloud/chore/noid/gradle-repo-optimization
build: Fix/optimize gradle repo configuration
This commit is contained in:
commit
3271fda4d4
10
build.gradle
10
build.gradle
@ -29,9 +29,7 @@ buildscript {
|
|||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
jcenter()
|
gradlePluginPortal()
|
||||||
maven { url 'https://jitpack.io' }
|
|
||||||
maven { url 'https://plugins.gradle.org/m2/' }
|
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -55,11 +53,9 @@ configurations.all {
|
|||||||
allprojects {
|
allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
jcenter()
|
|
||||||
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
|
|
||||||
maven { url 'https://jitpack.io' }
|
|
||||||
maven { url 'https://maven.google.com' }
|
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
maven { url 'https://jitpack.io' }
|
||||||
|
gradlePluginPortal() // for jcenter mirroring, remove ASAP
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user