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