Skip to content

Commit

Permalink
Disable ErrorProne for JMH generated classes (apache#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
shardulm94 authored and aokolnychyi committed Nov 6, 2019
1 parent d705aa8 commit 0545c51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jmh.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@ configure(jmhProjects) {
humanOutputFile = file(jmhOutputPath)
include = [jmhIncludeRegex]
}

jmhCompileGeneratedClasses {
options.errorprone.enabled = false
}
}

0 comments on commit 0545c51

Please sign in to comment.