Skip to content

Commit ec71af5

Browse files
authored
Merge pull request #4071 from graphql-java/jmh-processor
comment out the processor by default
2 parents d079fb1 + 623adc1 commit ec71af5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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)