Skip to content

Commit

Permalink
Upgrade spotbugs to 4.8.6 (#2295)
Browse files Browse the repository at this point in the history
* Upgrade spotbugs

* Upgrade spotbugs
  • Loading branch information
8Keep authored Jul 30, 2024
1 parent cb20019 commit a9fec64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:4.2.0'
classpath 'me.tatarka:gradle-retrolambda:3.7.1'
classpath "gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.5.1"
classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.18"
}
}

Expand Down Expand Up @@ -49,6 +49,7 @@ subprojects {
// Currently we only warn about issues and try to fix them as we go, but those aren't mission critical.
spotbugs {
ignoreFailures = true
toolVersion = '4.8.6'
}

tasks.withType(com.github.spotbugs.snom.SpotBugsTask ) {
Expand Down

0 comments on commit a9fec64

Please sign in to comment.