Skip to content

Commit abe2e20

Browse files
committed
adds explicit jmh dependency for the idea jmh plugin
1 parent e22ce4c commit abe2e20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ jar {
6868
dependencies {
6969
api "org.reactivestreams:reactive-streams:$reactive_streams_version"
7070
api "org.jspecify:jspecify:1.0.0"
71+
72+
// this is needed for the idea jmh plugin to work correctly
73+
jmh 'org.openjdk.jmh:jmh-core:1.37'
74+
jmh 'org.openjdk.jmh:jmh-generator-annprocess:1.37'
7175
}
7276

7377
task sourcesJar(type: Jar) {

0 commit comments

Comments
 (0)