Skip to content

Commit a27d0d4

Browse files
committed
Remove jcenter and bintray from dependency repositories
1 parent cea2b03 commit a27d0d4

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ if (Files.exists(Paths.get("$project.rootDir/local.properties"))) {
2323

2424
repositories {
2525
mavenCentral()
26-
jcenter()
2726
gradlePluginPortal()
28-
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
29-
maven { url 'https://dl.bintray.com/kotlin/kotlin-dev' }
3027
}
3128

3229
gradlePlugin {

settings.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
pluginManagement {
22
repositories {
33
mavenCentral()
4-
jcenter()
5-
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
6-
maven { url 'https://dl.bintray.com/kotlin/kotlin-dev' }
74
maven { url 'https://plugins.gradle.org/m2/' }
85
}
96
}

0 commit comments

Comments
 (0)