mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-20 14:34:24 +01:00
update spotbugs
This commit is contained in:
@@ -13,6 +13,7 @@ tasks.withType(com.github.spotbugs.snom.SpotBugsTask).forEach { spotbugsTask ->
|
||||
|
||||
spotbugs {
|
||||
excludeFilter = file("${rootDir}/config/spotbugs-exclude.xml")
|
||||
toolVersion = '4.6.0'
|
||||
}
|
||||
|
||||
tasks.withType(Test).forEach { testTask ->
|
||||
@@ -25,4 +26,4 @@ tasks.withType(Test).forEach { testTask ->
|
||||
testTask.shouldRunAfter(spotbugsTask)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user