-
-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SLF4j warnings when running with gradle 5.3 #136
Comments
Thanks for opening your first issue here! 😃 |
Looks like a duplicate of #133 |
Still a problem in Gradle 5.4.1 w/Spotbugs 4.0.0-beta2. Adding slf4j to build classpath in Gradle does not help. |
the problem is that plugin adds
The possible workaround is to configure gradle dependency management plugin (https://plugins.gradle.org/plugin/io.spring.dependency-management) to use slf4j version
|
It is also possible to use dependencies {
spotbugsSlf4j "org.slf4j:slf4j-simple:1.7.30"
} |
@madorb is this still an issue? |
does not appear to be an issue anymore, no warnings using latest gradle |
FYI, this issue is back with Gradle
|
@martmagi this repo itself meets the condition you pointed but no warning was reported. https://github.com/spotbugs/spotbugs-gradle-plugin/runs/4544294283 Try to make a mcve project, and create a new issue with it. |
Using gradle
5.3.1
and spotbugs gradle plugin1.7.1
. Every time i run my build i get the following warnings.Others have reported this on closed ticket spotbugs/spotbugs#823
The text was updated successfully, but these errors were encountered: