Skip to content

Commit c8d36c7

Browse files
committed
Try getting rid of bintray
1 parent d2ee867 commit c8d36c7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ allprojects {
1515
mavenCentral()
1616
google()
1717
jcenter()
18-
maven("https://dl.bintray.com/kotlin/kotlin-eap/")
19-
maven("https://kotlin.bintray.com/kotlinx/")
20-
maven("https://dl.bintray.com/kodein-framework/Kodein-DB") // TODO: Remove when Kodein DB exits beta
21-
maven("https://dl.bintray.com/jetbrains/markdown")
2218
}
2319

2420
tasks.withType<KotlinCompile> {

0 commit comments

Comments
 (0)