We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d079fb1 commit 623adc1Copy full SHA for 623adc1
build.gradle
@@ -150,7 +150,9 @@ 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
+ // comment this in if you want to run JMH benchmarks from idea
155
+// jmhAnnotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.37'
156
157
errorprone 'com.uber.nullaway:nullaway:0.12.7'
158
errorprone 'com.google.errorprone:error_prone_core:2.41.0'
0 commit comments