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 a1e03ed commit c8a1f80Copy full SHA for c8a1f80
build.gradle
@@ -84,7 +84,7 @@ allprojects {
84
property "sonar.projectKey", "StubbornJava_StubbornJava"
85
property "sonar.organization", "stubbornjava"
86
property "sonar.host.url", "https://sonarcloud.io"
87
- property "sonar.exclusions", "**/src/generated/*.java"
+ property "sonar.exclusions", "**/src/generated/java/**/*.java"
88
}
89
90
// Maven Publish End
0 commit comments