Skip to content

Commit 623adc1

Browse files
committed
comment out the processor by default
1 parent d079fb1 commit 623adc1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,9 @@ dependencies {
150150
// this is needed for the idea jmh plugin to work correctly
151151
jmh 'org.openjdk.jmh:jmh-core:1.37'
152152
jmh 'org.openjdk.jmh:jmh-generator-annprocess:1.37'
153-
jmhAnnotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.37'
153+
154+
// comment this in if you want to run JMH benchmarks from idea
155+
// jmhAnnotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.37'
154156

155157
errorprone 'com.uber.nullaway:nullaway:0.12.7'
156158
errorprone 'com.google.errorprone:error_prone_core:2.41.0'

0 commit comments

Comments
 (0)