We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f87bd6 commit d6fffb6Copy full SHA for d6fffb6
settings.gradle
@@ -1,28 +1,20 @@
1
pluginManagement {
2
repositories {
3
- maven {
4
- url 'http://maven.ghostscript.com'
5
- allowInsecureProtocol = true
6
- }
7
gradlePluginPortal()
8
google()
9
mavenLocal()
10
- mavenCentral()
11
jcenter()
+ mavenCentral()
12
maven { url "https://jitpack.io" }
13
}
14
15
dependencyResolutionManagement {
16
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
17
18
19
20
21
22
23
24
25
26
27
28
0 commit comments