Unable to configure reportLevel in build.gradle #1156
Unanswered
TuominenSami
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The example in README.md
import com.github.spotbugs.snom.Confidence
import com.github.spotbugs.snom.Effort
spotbugs {
ignoreFailures = false
showStackTraces = true
showProgress = true
effort = Effort.DEFAULT
reportLevel = Confidence.DEFAULT
gives following error:
I have this in my build.gradle:
plugins {
id 'java'
id 'com.github.spotbugs' version '6.0.11'
Beta Was this translation helpful? Give feedback.
All reactions