Skip to content

Commit 4aa3b7e

Browse files
committed
Run spotbugs in all configurations because it's not that slow (17 seconds on my M1) and it's confusing to PR authors to not run.
1 parent c0cd99d commit 4aa3b7e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: gradle/java-setup.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ tasks.withType(com.github.spotbugs.snom.SpotBugsTask).configureEach {
3434
}
3535

3636
tasks.named('spotbugsMain') {
37-
// only run on Java 8 (no benefit to running twice)
38-
enabled = org.gradle.api.JavaVersion.current() == org.gradle.api.JavaVersion.VERSION_11
3937
reports {
4038
html.enabled = true
4139
}

0 commit comments

Comments
 (0)