Skip to content

Commit 26dc2bd

Browse files
Merge pull request #3769 from NathanaelA/gradle-jcenter-fix
Update the Gradle script to put JCenter at bottom of search list.
2 parents 40201cb + 0b1f1f3 commit 26dc2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/gradle-plugin/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ buildscript {
1414

1515
allprojects {
1616
repositories {
17-
jcenter()
1817
mavenLocal()
1918
mavenCentral()
2019
maven {
2120
url 'https://maven.google.com/'
2221
name 'Google'
2322
}
23+
jcenter()
2424
}
2525
}
2626

0 commit comments

Comments
 (0)