Skip to content

Commit 4cb45ea

Browse files
committed
Comment out jmh
1 parent 6b0fd81 commit 4cb45ea

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

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.6.8"
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.6.8"
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)