Add Kvision project to build regression benchmarks
This project covers Kotlin/JS build performance ^KT-51380 Fixed
This commit is contained in:
+61
@@ -0,0 +1,61 @@
|
||||
diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts
|
||||
index 7f5e780430..087552bfa0 100644
|
||||
--- a/buildSrc/build.gradle.kts
|
||||
+++ b/buildSrc/build.gradle.kts
|
||||
@@ -3,12 +3,13 @@ plugins {
|
||||
}
|
||||
|
||||
repositories {
|
||||
+ mavenLocal()
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
- implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21")
|
||||
+ implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:<kotlin_version>")
|
||||
implementation("de.marcphilipp.gradle:nexus-publish-plugin:0.4.0")
|
||||
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.6.20")
|
||||
implementation(gradleApi())
|
||||
diff --git a/buildSrc/src/main/kotlin/Shared.kt b/buildSrc/src/main/kotlin/Shared.kt
|
||||
index e8a1ac553c..f3a1a1eb94 100644
|
||||
--- a/buildSrc/src/main/kotlin/Shared.kt
|
||||
+++ b/buildSrc/src/main/kotlin/Shared.kt
|
||||
@@ -15,9 +15,9 @@ import org.jetbrains.kotlin.gradle.targets.js.dsl.KotlinJsTargetDsl
|
||||
|
||||
fun Project.repositories() {
|
||||
repositories {
|
||||
+ mavenLocal()
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
- mavenLocal()
|
||||
}
|
||||
}
|
||||
|
||||
diff --git a/gradle.properties b/gradle.properties
|
||||
index b6af7b9536..b4f3926cca 100644
|
||||
--- a/gradle.properties
|
||||
+++ b/gradle.properties
|
||||
@@ -1,7 +1,7 @@
|
||||
group=io.kvision
|
||||
versionNumber=5.9.0
|
||||
|
||||
-systemProp.kotlinVersion=1.6.21
|
||||
+systemProp.kotlinVersion=<kotlin_version>
|
||||
javaVersion=1.8
|
||||
coroutinesVersion=1.6.1
|
||||
serializationVersion=1.3.2
|
||||
diff --git a/settings.gradle.kts b/settings.gradle.kts
|
||||
index 6db44e6175..b941ae4a24 100644
|
||||
--- a/settings.gradle.kts
|
||||
+++ b/settings.gradle.kts
|
||||
@@ -1,8 +1,8 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
+ mavenLocal()
|
||||
gradlePluginPortal()
|
||||
mavenCentral()
|
||||
- mavenLocal()
|
||||
}
|
||||
}
|
||||
rootProject.name = "kvision"
|
||||
Reference in New Issue
Block a user