We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee39cc commit 348bb14Copy full SHA for 348bb14
build.gradle
@@ -69,6 +69,9 @@ subprojects {
69
70
if (project.name != 'micrometer-bom') {
71
tasks.withType(JavaCompile).configureEach {
72
+ options.errorprone.disableWarningsInGeneratedCode = true
73
+ options.errorprone.excludedPaths = ".*/build/generated/.*"
74
+
75
if (!javaLanguageVersion.canCompileOrRun(17)) {
76
// Error Prone does not work with JDK <17
77
options.errorprone.enabled = false
0 commit comments