Skip to content

Commit 6537795

Browse files
authored
Merge pull request #192 from graphql-java/add-jmh-dependency-explicit
adds explicit jmh dependency for the idea jmh plugin
2 parents e22ce4c + abe2e20 commit 6537795

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)