Skip to content

Commit d1fc101

Browse files
Move jcenter() to the end on repositories (#3376)
* Update build.gradle * Add jcenter() to the end.
1 parent e49241a commit d1fc101

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ buildscript {
1818
ext.kotlinVersion = '1.3.72'
1919
repositories {
2020
google()
21-
jcenter()
2221
mavenCentral()
2322
maven {
2423
url "https://plugins.gradle.org/m2/"
2524
}
2625
maven {
2726
url 'https://storage.googleapis.com/android-ci/mvn/'
2827
}
28+
jcenter()
2929
}
3030

3131
dependencies {
@@ -70,11 +70,11 @@ if(JavaVersion.current() != JavaVersion.VERSION_11){
7070
configure(subprojects) {
7171
repositories {
7272
google()
73-
jcenter()
7473
mavenLocal()
7574
maven {
7675
url 'https://storage.googleapis.com/android-ci/mvn/'
7776
}
77+
jcenter()
7878
}
7979

8080
apply plugin: "org.jlleitschuh.gradle.ktlint"

0 commit comments

Comments
 (0)