NC-1645 JMH benchmarks broken (#13)

Remove the errorprone configuration.
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
pull/2/head
Danno Ferrin 6 years ago committed by GitHub
parent 4934bd512d
commit 02eb60fa47
  1. 6
      build.gradle

@ -241,12 +241,6 @@ subprojects {
if (file('src/jmh').directory) {
apply plugin: 'me.champeau.gradle.jmh'
jmhCompileGeneratedClasses {
options.compilerArgs += [
'-XepDisableAllChecks'
]
}
jmh {
// Allows to control JMH execution directly from the command line. I typical execution may look
// like:

Loading…
Cancel
Save