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

Lines changed: 4 additions & 0 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy