We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e22ce4c commit abe2e20Copy full SHA for abe2e20
build.gradle
@@ -68,6 +68,10 @@ jar {
68
dependencies {
69
api "org.reactivestreams:reactive-streams:$reactive_streams_version"
70
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'
75
}
76
77
task sourcesJar(type: Jar) {
0 commit comments