Gradle dependency for JMH annotation, for IDEs that aren't IntelliJ (#966)

* Gradle dependency for JMH annotation, for IDEs that aren't IntelliJ

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
pull/2/head
CJ Hare 6 years ago committed by GitHub
parent 582454581a
commit 8f5be73c35
  1. 3
      services/queue/build.gradle

@ -27,6 +27,9 @@ jar {
dependencies {
api project(':util')
compileOnly 'org.openjdk.jmh:jmh-generator-annprocess'
implementation project(':metrics')
implementation project(':services:util')

Loading…
Cancel
Save