Skip to content

Commit d6fffb6

Browse files
committed
Fix build failure
1 parent 0f87bd6 commit d6fffb6

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

settings.gradle

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,20 @@
11
pluginManagement {
22
repositories {
3-
maven {
4-
url 'http://maven.ghostscript.com'
5-
allowInsecureProtocol = true
6-
}
73
gradlePluginPortal()
84
google()
95
mavenLocal()
10-
mavenCentral()
116
jcenter()
7+
mavenCentral()
128
maven { url "https://jitpack.io" }
139
}
1410
}
1511
dependencyResolutionManagement {
1612
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
1713
repositories {
18-
maven {
19-
url 'http://maven.ghostscript.com'
20-
allowInsecureProtocol = true
21-
}
2214
google()
2315
mavenLocal()
24-
mavenCentral()
2516
jcenter()
17+
mavenCentral()
2618
maven { url "https://jitpack.io" }
2719
}
2820
}

0 commit comments

Comments
 (0)