Код: Выделить всё
import com.github.spotbugs.snom.Confidence
import com.github.spotbugs.snom.Effort
plugins {
id("com.github.spotbugs") version "6.0.16"
}
spotbugs {
ignoreFailures = true
showStackTraces = true
showProgress = true
effort = Effort.MAX
reportLevel = Confidence.LOW
reportsDir = file("${layout.buildDirectory}/reports/spotbugs")
}
Есть идеи?
Подробнее здесь: https://stackoverflow.com/questions/786 ... ith-gradle