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.
2 parents ab92243 + a970753 commit b09381dCopy full SHA for b09381d
build.gradle
@@ -150,6 +150,7 @@ dependencies {
150
// this is needed for the idea jmh plugin to work correctly
151
jmh 'org.openjdk.jmh:jmh-core:1.37'
152
jmh 'org.openjdk.jmh:jmh-generator-annprocess:1.37'
153
+ jmhAnnotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.37'
154
155
errorprone 'com.uber.nullaway:nullaway:0.12.7'
156
errorprone 'com.google.errorprone:error_prone_core:2.40.0'
0 commit comments