For web projects with files in different languages - Java, Javascript, Html - the following should be a common case:
he sonar sample at https://github.com/SonarSource/sonar-examples/tree/master/projects/languages/multi-language/multi-language-source-files-in-same-directory runs successfully with the command line sonar-runner, but I haven’t managed with Gradle.
Any suggestions to implemente this sample with Gradle?