NC-1645 JMH benchmarks broken (#13)

Remove the errorprone configuration.
Danno Ferrin 6 years ago committed by GitHub
parent 39c782320b
commit dea39a5e24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      build.gradle

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

Loading…
Cancel
Save