Skip to content

Commit 525cadd

Browse files
authored
Merge pull request #98 from LouisCAD/no-bintray
RIP bintray
2 parents d2ee867 + c8d36c7 commit 525cadd

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)