Remove bintray repositories from kotlin-native/samples
This commit is contained in:
committed by
Space
parent
5923cbd76f
commit
95584f90c3
@@ -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")) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user