Remove buildSrc module's dependency on JCenter
(cherry picked from commit 33660de6b1f0497d6b9b293197dc289786194d40) # Conflicts: # build.gradle.kts
This commit is contained in:
parent
15b826074f
commit
c635d72b30
@ -342,11 +342,6 @@ buildscript {
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
}
|
||||
|
||||
|
||||
// Git is needed in your system PATH for these commands to work.
|
||||
// If it's not installed, you can return a random value as a workaround
|
||||
|
@ -9,11 +9,9 @@ plugins {
|
||||
allprojects {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
google()
|
||||
maven { setUrl("https://www.jitpack.io") }
|
||||
maven { setUrl("https://oss.sonatype.org/content/repositories/snapshots/") }
|
||||
maven { setUrl("https://dl.bintray.com/ibm-cloud-sdks/ibm-cloud-sdk-repo") }
|
||||
jcenter()
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2,5 +2,5 @@ plugins {
|
||||
`kotlin-dsl`
|
||||
}
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user