File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
repositories {
3
+ gradlePluginPortal()
3
4
google()
4
- mavenCentral()
5
5
mavenLocal()
6
+ mavenCentral()
7
+ jcenter()
6
8
maven { url " https://jitpack.io" }
7
9
}
8
10
dependencies {
@@ -12,10 +14,11 @@ buildscript {
12
14
13
15
allprojects {
14
16
repositories {
15
- maven { url ' https://maven.ghostscript.com/' }
16
- mavenLocal()
17
+ gradlePluginPortal()
17
18
google()
19
+ mavenLocal()
18
20
mavenCentral()
21
+ jcenter()
19
22
maven { url " https://jitpack.io" }
20
23
}
21
24
}
Original file line number Diff line number Diff line change @@ -58,7 +58,11 @@ afterEvaluate {
58
58
}
59
59
}
60
60
repositories {
61
+ gradlePluginPortal()
62
+ google()
61
63
mavenLocal()
64
+ mavenCentral()
65
+ jcenter()
62
66
maven { url " https://jitpack.io" }
63
67
}
64
68
}
You can’t perform that action at this time.
0 commit comments