Remove bintray repositories from kotlin-native/samples
This commit is contained in:
committed by
Space
parent
5923cbd76f
commit
95584f90c3
@@ -5,7 +5,6 @@ plugins {
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
maven { setUrl("https://dl.bintray.com/kotlin/kotlin-eap") }
|
||||
}
|
||||
|
||||
group = "org.jetbrains.kotlin.sample.native"
|
||||
|
||||
@@ -1,9 +1,4 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
jcenter()
|
||||
maven { setUrl("https://dl.bintray.com/kotlin/kotlin-eap") }
|
||||
}
|
||||
|
||||
resolutionStrategy {
|
||||
val kotlin_version: String by settings
|
||||
eachPlugin {
|
||||
|
||||
Reference in New Issue
Block a user