Skip to content

Commit bd40181

Browse files
author
Marius Posta
authored
gradle: re-enable spotbugs everywhere, print output to console (#36605)
1 parent f9ab0a6 commit bd40181

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.gradle

-3
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,6 @@ allprojects {
223223
}
224224

225225
tasks.withType(SpotBugsTask).configureEach {
226-
if (name != "spotbugsMain" && System.getProperty('skipSlowTests', 'false') != 'false') {
227-
enabled = false
228-
}
229226
// Reports can be found under each subproject in build/spotbugs/
230227
reports {
231228
xml.required = false

0 commit comments

Comments
 (0)