Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit c1c6c1d

Browse files
author
wrongwrong
committed
jmhの依存が配布物にも含まれていた問題の修正
1 parent abb4ed4 commit c1c6c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
}
2525
testImplementation("io.mockk:mockk:1.10.3-jdk8")
2626

27-
implementation(group = "org.openjdk.jmh", name = "jmh-core", version = "1.26")
27+
jmhImplementation(group = "org.openjdk.jmh", name = "jmh-core", version = "1.26")
2828
}
2929

3030
tasks {

0 commit comments

Comments
 (0)