Skip to content

Commit 0cda34a

Browse files
committed
squash! Comment out jmh
Upgrade `me.champeau.jmh` plugin
1 parent edc24bb commit 0cda34a

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

webauthn-server-core/build.gradle.kts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
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

5353
tasks.withType(Jar::class) {
5454
manifest {

yubico-util/build.gradle.kts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
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

4141
tasks.jar {
4242
manifest {

0 commit comments

Comments
 (0)