forked from kscience/kmath
1.3 stable!
This commit is contained in:
parent
881ee9f688
commit
98622e64c4
@ -1,11 +1,8 @@
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.3.0-rc-190'
|
||||
ext.kotlin_version = '1.3.0'
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
maven {
|
||||
url = "http://dl.bintray.com/kotlin/kotlin-eap"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@ -1,7 +1,6 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url = 'http://dl.bintray.com/kotlin/kotlin-eap' }
|
||||
maven { url = 'https://plugins.gradle.org/m2/' }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user