Skip to content

Commit ccd7bd8

Browse files
committed
Remove bintray
1 parent 1a94ee1 commit ccd7bd8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ buildscript {
44
repositories {
55
mavenCentral()
66
maven { url "https://plugins.gradle.org/m2/" }
7-
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
87
google()
98
}
109

@@ -40,16 +39,13 @@ allprojects {
4039
buildscript {
4140
repositories {
4241
mavenCentral()
43-
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
4442
maven { url "https://plugins.gradle.org/m2/" }
4543
google()
4644
}
4745
}
4846

4947
repositories {
5048
mavenCentral()
51-
maven { url 'https://kotlin.bintray.com/kotlinx' }
52-
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
5349
google()
5450
jcenter()
5551
}

0 commit comments

Comments
 (0)