This message was deleted.
# community-support
s
This message was deleted.
v
To me it is pretty unclear what you did and what happened. Mind providing an MCVE?
s
v
Still hard to say without concrete example. The Gradle api jar shouldn't be a problem, as iirc it usually is just a
compileOnly
dependency. On the other hand, if you depend on a library that transitively depend on a concrete logging implementation like
logback-classic
or
log4j-core
that is anyway a bug in that library as no library ever should have such a dependency as the end product decides what logging framework to use.
👍 1