From dea39a5e2402957d5f40d37b558ac4c63466c186 Mon Sep 17 00:00:00 2001 From: Danno Ferrin Date: Tue, 9 Oct 2018 22:16:18 -0600 Subject: [PATCH] NC-1645 JMH benchmarks broken (#13) Remove the errorprone configuration. --- build.gradle | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build.gradle b/build.gradle index c741a6fd84..a5613aa4f9 100644 --- a/build.gradle +++ b/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: