Skip to content

Commit b09381d

Browse files
authored
Merge pull request #4057 from dfa1/jmh
Possibility to run JMH benchmarks without JAR build
2 parents ab92243 + a970753 commit b09381d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ 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'
153154

154155
errorprone 'com.uber.nullaway:nullaway:0.12.7'
155156
errorprone 'com.google.errorprone:error_prone_core:2.40.0'

0 commit comments

Comments
 (0)