Skip to content

Commit 37f1571

Browse files
committed
Simplify setup
1 parent ead93f2 commit 37f1571

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ out
1313
target
1414
local.properties
1515
benchmarks.jar
16-
/kotlin-js-store
16+
/kotlin-js-storek

benchmarks/build.gradle.kts

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import org.jetbrains.kotlin.gradle.tasks.*
99

1010
plugins {
1111
id("com.github.johnrengelman.shadow")
12-
id("me.champeau.jmh") apply false
12+
id("me.champeau.jmh")
1313
}
1414

1515
repositories {
@@ -21,8 +21,6 @@ java {
2121
targetCompatibility = JavaVersion.VERSION_1_8
2222
}
2323

24-
apply(plugin = "me.champeau.jmh")
25-
2624
tasks.named<KotlinCompile>("compileJmhKotlin") {
2725
kotlinOptions {
2826
jvmTarget = "1.8"

0 commit comments

Comments
 (0)