Drop bintray kotlin-dev (KTI-528)

This commit is contained in:
Nikolay Krasko
2021-03-23 23:12:47 +03:00
committed by TeamCityServer
parent 1cedc7e93e
commit 5631481747
17 changed files with 5 additions and 62 deletions
@@ -1,7 +1,6 @@
buildscript {
repositories {
mavenCentral()
maven("https://dl.bintray.com/kotlin/kotlin-dev")
}
val kotlin_version: String by rootProject
@@ -16,7 +15,6 @@ plugins {
repositories {
mavenCentral()
maven("https://dl.bintray.com/kotlin/kotlin-dev")
}
// "kotlin" section goes under this line
@@ -10,6 +10,5 @@ pluginManagement {
repositories {
gradlePluginPortal()
maven("https://dl.bintray.com/kotlin/kotlin-dev")
}
}