Skip to content

Commit 0f87bd6

Browse files
committed
Fix build failure
1 parent 771f9b3 commit 0f87bd6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

settings.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
pluginManagement {
22
repositories {
3+
maven {
4+
url 'http://maven.ghostscript.com'
5+
allowInsecureProtocol = true
6+
}
37
gradlePluginPortal()
48
google()
59
mavenLocal()
610
mavenCentral()
711
jcenter()
8-
maven {
9-
url 'http://maven.ghostscript.com'
10-
allowInsecureProtocol = true
11-
}
1212
maven { url "https://jitpack.io" }
1313
}
1414
}
1515
dependencyResolutionManagement {
1616
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
1717
repositories {
18-
google()
19-
mavenLocal()
20-
mavenCentral()
21-
jcenter()
2218
maven {
2319
url 'http://maven.ghostscript.com'
2420
allowInsecureProtocol = true
2521
}
22+
google()
23+
mavenLocal()
24+
mavenCentral()
25+
jcenter()
2626
maven { url "https://jitpack.io" }
2727
}
2828
}

0 commit comments

Comments
 (0)