Remove bintray repositories from kotlin-native/samples

This commit is contained in:
Svyatoslav Scherbina
2021-03-03 09:33:04 +00:00
committed by Space
parent 5923cbd76f
commit 95584f90c3
12 changed files with 1 additions and 19 deletions
@@ -3,7 +3,6 @@ buildscript {
google()
jcenter()
mavenCentral()
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
if (project.hasProperty("kotlinCompilerRepo")) {
maven { setUrl(project.property("kotlinCompilerRepo")) }
}
@@ -20,7 +19,6 @@ allprojects {
google()
jcenter()
mavenCentral()
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
if (project.hasProperty("kotlinCompilerRepo")) {
maven { setUrl(project.property("kotlinCompilerRepo")) }
}