We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead93f2 commit 37f1571Copy full SHA for 37f1571
.gitignore
@@ -13,4 +13,4 @@ out
13
target
14
local.properties
15
benchmarks.jar
16
-/kotlin-js-store
+/kotlin-js-storek
benchmarks/build.gradle.kts
@@ -9,7 +9,7 @@ import org.jetbrains.kotlin.gradle.tasks.*
9
10
plugins {
11
id("com.github.johnrengelman.shadow")
12
- id("me.champeau.jmh") apply false
+ id("me.champeau.jmh")
}
repositories {
@@ -21,8 +21,6 @@ java {
21
targetCompatibility = JavaVersion.VERSION_1_8
22
23
24
-apply(plugin = "me.champeau.jmh")
25
-
26
tasks.named<KotlinCompile>("compileJmhKotlin") {
27
kotlinOptions {
28
jvmTarget = "1.8"
0 commit comments