File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
22 `java- library`
3- // id("me.champeau.jmh") version "0.7.3"
3+ id(" me.champeau.jmh" ) version " 0.7.3"
44 `project- convention- java`
55 `project- convention- scala`
66 `project- convention- lombok`
@@ -42,13 +42,13 @@ dependencies {
4242 }
4343 }
4444
45- // jmhImplementation(platform(project(":test-platform")))
46- // jmhRuntimeOnly("org.slf4j:slf4j-nop")
45+ jmhImplementation(platform(project(" :test-platform" )))
46+ jmhRuntimeOnly(" org.slf4j:slf4j-nop" )
4747}
4848
49- // configurations.jmhRuntimeClasspath {
50- // exclude(module = "slf4j-test")
51- // }
49+ configurations.jmhRuntimeClasspath {
50+ exclude(module = " slf4j-test" )
51+ }
5252
5353tasks.withType(Jar ::class ) {
5454 manifest {
Original file line number Diff line number Diff line change 11plugins {
22 `java- library`
3- // id("me.champeau.jmh") version "0.7.3"
3+ id(" me.champeau.jmh" ) version " 0.7.3"
44 `project- convention- java`
55 `project- convention- scala`
66 `project- convention- lombok`
@@ -30,13 +30,13 @@ dependencies {
3030 testImplementation(" org.scalatestplus:junit-4-13_2.13" )
3131 testImplementation(" org.scalatestplus:scalacheck-1-16_2.13" )
3232
33- // jmhImplementation(platform(project(":test-platform")))
34- // jmhRuntimeOnly("org.slf4j:slf4j-nop")
33+ jmhImplementation(platform(project(" :test-platform" )))
34+ jmhRuntimeOnly(" org.slf4j:slf4j-nop" )
3535}
3636
37- // configurations.jmhRuntimeClasspath {
38- // exclude(module = "slf4j-test")
39- // }
37+ configurations.jmhRuntimeClasspath {
38+ exclude(module = " slf4j-test" )
39+ }
4040
4141tasks.jar {
4242 manifest {
You can’t perform that action at this time.
0 commit comments