I am using slf4j in my project, when building the project, gradle is seeing there are two bindings, one of which is from the internal gradle core jar, another one is from my dependency list. How can I fix this error?
If I don’t include my own slf4j dependencies, gradle won’t build my code, and treat any logging code as invalid symbols because it simply can’t find the library for them.
When I am running the gradle build. I raised the issue on the plugin’s github repo, looks like it could be a plugin issue. I will report back if it is indeed a gradle issue. Thanks for the help.