CLeaned up examples.
This commit is contained in:
parent
5a422fe502
commit
8c5f4a72fa
17 changed files with 38 additions and 37 deletions
|
@ -142,8 +142,8 @@ test {
|
|||
}
|
||||
|
||||
spotbugs {
|
||||
toolVersion = versions.spotbugs
|
||||
excludeFilter = file("$projectDir/config/spotbugs/excludeFilter.xml")
|
||||
toolVersion.set("${versions.spotbugs}")
|
||||
excludeFilter.set(file("$projectDir/config/spotbugs/excludeFilter.xml"))
|
||||
}
|
||||
|
||||
tasks.withType(SpotBugsTask) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue