mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 11:39:42 +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 {
|
||||
google()
|
||||
jcenter()
|
||||
maven { url 'https://jitpack.io' }
|
||||
maven { url 'https://plugins.gradle.org/m2/' }
|
||||
gradlePluginPortal()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
@ -55,11 +53,9 @@ configurations.all {
|
||||
allprojects {
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
|
||||
maven { url 'https://jitpack.io' }
|
||||
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