Remove deprecated & unused maven repositories

This commit is contained in:
Michael Bull 2021-10-27 16:00:27 +01:00
parent 2667273015
commit 8c8aa6f6d4
1 changed files with 0 additions and 2 deletions

View File

@ -36,8 +36,6 @@ tasks.withType<DependencyUpdatesTask> {
allprojects {
repositories {
mavenCentral()
jcenter()
maven("https://dl.bintray.com/kotlin/kotlinx")
}
}