Sonarqube gradle plugin can't find binaries when using implementation configuration

Hi Rubén,

First of all, the message:

has no relation with Gradle, but only with your SCM. It means some files are not commited when you try to run the analysis.

Regarding the classpath issue, we are relying on Gradle SourceSet::getCompileClasspath so I don’t see why it would not work. I will try to reproduce. Maybe a change of behavior in recent Gradle versions.