Skip to content

Commit c1da3f8

Browse files
committed
Ignore generated sources in Sonaqube analysis
1 parent 8a1f500 commit c1da3f8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,12 @@ subprojects {
175175
}
176176
}
177177

178+
sonarqube {
179+
properties {
180+
property "sonar.exclusions", "**/generated-src/**/*.java"
181+
}
182+
}
183+
178184
class ScmInfo {
179185
def version
180186
def tag

0 commit comments

Comments
 (0)