Fix for CIs.
This commit is contained in:
parent
a99eb5d5f6
commit
3011075f9c
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ tasks.withType(SpotBugsTask) {
|
||||||
xml.enabled = false
|
xml.enabled = false
|
||||||
html.enabled = true
|
html.enabled = true
|
||||||
}
|
}
|
||||||
excludeFilter = file("$projectDir/config/spotbugs/excludeFilter.xml")
|
excludeFilter = file("config/spotbugs/excludeFilter.xml")
|
||||||
}
|
}
|
||||||
|
|
||||||
compileJava {
|
compileJava {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue