update build tools and dependencies
This commit is contained in:
parent
0cb53792b1
commit
a1dd71a74b
@ -2,7 +2,7 @@ plugins {
|
||||
id("scientifik.publish") version "0.4.1" apply false
|
||||
}
|
||||
|
||||
val kmathVersion by extra("0.1.4-dev-1")
|
||||
val kmathVersion by extra("0.1.4-dev-2")
|
||||
|
||||
val bintrayRepo by extra("scientifik")
|
||||
val githubProject by extra("kmath")
|
||||
|
@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||
plugins {
|
||||
java
|
||||
kotlin("jvm")
|
||||
kotlin("plugin.allopen") version "1.3.61"
|
||||
kotlin("plugin.allopen") version "1.3.71"
|
||||
id("kotlinx.benchmark") version "0.2.0-dev-7"
|
||||
}
|
||||
|
||||
@ -14,6 +14,8 @@ configure<AllOpenExtension> {
|
||||
|
||||
repositories {
|
||||
maven("http://dl.bintray.com/kyonifer/maven")
|
||||
maven("https://dl.bintray.com/mipt-npm/scientifik")
|
||||
maven("https://dl.bintray.com/mipt-npm/dev")
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
@ -29,7 +31,7 @@ dependencies {
|
||||
implementation(project(":kmath-viktor"))
|
||||
implementation(project(":kmath-dimensions"))
|
||||
implementation("com.kyonifer:koma-core-ejml:0.12")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-io-jvm:${Scientifik.ioVersion}")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-io-jvm:0.2.0-npm-dev-6")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx.benchmark.runtime:0.2.0-dev-7")
|
||||
"benchmarksCompile"(sourceSets.main.get().compileClasspath)
|
||||
}
|
||||
|
@ -1,10 +1,10 @@
|
||||
pluginManagement {
|
||||
|
||||
plugins {
|
||||
id("scientifik.mpp") version "0.3.1"
|
||||
id("scientifik.jvm") version "0.3.1"
|
||||
id("scientifik.atomic") version "0.3.1"
|
||||
id("scientifik.publish") version "0.3.1"
|
||||
id("scientifik.mpp") version "0.4.1"
|
||||
id("scientifik.jvm") version "0.4.1"
|
||||
id("scientifik.atomic") version "0.4.1"
|
||||
id("scientifik.publish") version "0.4.1"
|
||||
}
|
||||
|
||||
repositories {
|
||||
@ -13,6 +13,7 @@ pluginManagement {
|
||||
gradlePluginPortal()
|
||||
maven("https://dl.bintray.com/kotlin/kotlin-eap")
|
||||
maven("https://dl.bintray.com/mipt-npm/scientifik")
|
||||
maven("https://dl.bintray.com/mipt-npm/dev")
|
||||
maven("https://dl.bintray.com/kotlin/kotlinx")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user