Skip to content

Commit 1d9e382

Browse files
fix: Use google as default repo when building plugins
When CLI builds plugins, the build.gradle file uses the jcenter repository as default. However, it has been quite unstable in the last few weeks, so we'll try using google's repository as default.
1 parent 58ef2df commit 1d9e382

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
@@ -1,8 +1,8 @@
11

22
buildscript {
33
repositories {
4-
jcenter()
54
google()
5+
jcenter()
66
}
77
dependencies {
88
classpath 'com.android.tools.build:gradle:3.1.2'

0 commit comments

Comments
 (0)