Skip to content

Commit

Permalink
chore(dev-deps): upgrade SpotBugs gradle plugin to the beta6
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Nov 3, 2021
1 parent 342f215 commit cf0b796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id "org.sonarqube" version "3.3"
id "com.diffplug.spotless" version "5.17.1"
id "org.gradle.crypto.checksum" version "1.2.0"
id "com.github.spotbugs" version "5.0.0-beta.5"
id "com.github.spotbugs" version "5.0.0-beta.6"
id "io.github.gradle-nexus.publish-plugin" version "1.1.0"
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/java.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spotbugs {
tasks.withType(SpotBugsTask).configureEach {
reports {
html {
enabled = true
required = true
stylesheet = 'fancy-hist.xsl'
}
}
Expand Down

0 comments on commit cf0b796

Please sign in to comment.