File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
pluginManagement {
2
2
repositories {
3
+ maven {
4
+ url ' http://maven.ghostscript.com'
5
+ allowInsecureProtocol = true
6
+ }
3
7
gradlePluginPortal()
4
8
google()
5
9
mavenLocal()
6
10
mavenCentral()
7
11
jcenter()
8
- maven {
9
- url ' http://maven.ghostscript.com'
10
- allowInsecureProtocol = true
11
- }
12
12
maven { url " https://jitpack.io" }
13
13
}
14
14
}
15
15
dependencyResolutionManagement {
16
16
repositoriesMode. set(RepositoriesMode . FAIL_ON_PROJECT_REPOS )
17
17
repositories {
18
- google()
19
- mavenLocal()
20
- mavenCentral()
21
- jcenter()
22
18
maven {
23
19
url ' http://maven.ghostscript.com'
24
20
allowInsecureProtocol = true
25
21
}
22
+ google()
23
+ mavenLocal()
24
+ mavenCentral()
25
+ jcenter()
26
26
maven { url " https://jitpack.io" }
27
27
}
28
28
}
You can’t perform that action at this time.
0 commit comments