File tree Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.gradle.jvm.tasks.Jar
33
44plugins {
55 id(" kotlin-multiplatform" )
6- id(" kotlinx.benchmark" ) version " 0.2.0-dev-6 "
6+ id(" kotlinx.benchmark" ) version " 0.2.0-dev-8 "
77}
88
99
@@ -47,7 +47,7 @@ kotlin {
4747 commonMain {
4848 dependencies {
4949 api(" org.jetbrains.kotlin:kotlin-stdlib-common" )
50- api(" org.jetbrains.kotlinx:kotlinx.benchmark.runtime:0.2.0-dev-6 " )
50+ api(" org.jetbrains.kotlinx:kotlinx.benchmark.runtime:0.2.0-dev-8 " )
5151 api(project(" :kotlinx-collections-immutable" ))
5252 }
5353 }
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ buildscript {
44 maven(url = " https://dl.bintray.com/kotlin/kotlin-eap" )
55 }
66 dependencies {
7- classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50 " )
7+ classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.70 " )
88 }
99}
1010
1111plugins {
12- id(" kotlinx.team.infra" ) version " 0.1.0-dev-49 "
12+ id(" kotlinx.team.infra" ) version " 0.1.0-dev-52 "
1313}
1414
1515infra {
Original file line number Diff line number Diff line change @@ -30,7 +30,11 @@ kotlin {
3030
3131 js {
3232 nodejs {
33- // testTask { }
33+ testTask {
34+ useMocha {
35+ timeout = " 30000"
36+ }
37+ }
3438 }
3539 compilations.all {
3640 kotlinOptions {
Original file line number Diff line number Diff line change 11group =org.jetbrains.kotlinx
22version =0.4
3- versionSuffix =SNAPSHOT
3+ versionSuffix =SNAPSHOT
4+
5+ org.gradle.jvmargs =-Xmx2g -XX:MaxPermSize =2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding =UTF-8
Original file line number Diff line number Diff line change 11pluginManagement {
22 repositories {
3- maven { url ' https://dl.bintray.com/orangy/maven' }
43 maven { url ' https://dl.bintray.com/kotlin/kotlinx' }
54 maven { url ' https://dl.bintray.com/kotlin/kotlin-eap' }
65 gradlePluginPortal()
You can’t perform that action at this time.
0 commit comments