Remove deprecated bintray repositories

This commit is contained in:
Quentin Hibon
2021-12-11 11:41:45 +01:00
parent 7bf74634bb
commit 4350ff0cd7

View File

@@ -18,8 +18,6 @@ allprojects {
mavenCentral()
maven(url = "https://plugins.gradle.org/m2/")
maven(url = "https://oss.sonatype.org/content/repositories/snapshots/")
maven(url = "https://kotlin.bintray.com/ktor")
maven(url = "https://kotlin.bintray.com/kotlin-js-wrappers")
maven(url = "https://jitpack.io")
}
}