HHH-8159 - Apply fixups indicated by analysis tools
This commit is contained in:
parent
1c690ca89b
commit
d2ec514894
|
@ -349,8 +349,12 @@ subprojects { subProject ->
|
||||||
checkstyleMain.exclude '**/org/hibernate/cfg/*'
|
checkstyleMain.exclude '**/org/hibernate/cfg/*'
|
||||||
|
|
||||||
findbugs {
|
findbugs {
|
||||||
|
sourceSets = [ subProject.sourceSets.main, subProject.sourceSets.test ]
|
||||||
ignoreFailures = true
|
ignoreFailures = true
|
||||||
}
|
}
|
||||||
|
// exclude generated sources
|
||||||
|
findbugsMain.exclude '**/generated-src/**'
|
||||||
|
|
||||||
|
|
||||||
buildDashboard.dependsOn check
|
buildDashboard.dependsOn check
|
||||||
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
Loading…
Reference in New Issue