Use maven central for dependencies for all projects
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
buildscript {
|
||||
ext.kotlin_version = "1.1-SNAPSHOT"
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url 'http://dl.bintray.com/kotlin/kotlin-eap-1.1' }
|
||||
}
|
||||
dependencies {
|
||||
@@ -20,6 +21,10 @@ subprojects {
|
||||
apply plugin: 'kotlin'
|
||||
apply plugin: 'signing'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
jar {
|
||||
baseName = project.name
|
||||
manifest {
|
||||
|
||||
Reference in New Issue
Block a user