Does Sonar support multiple language in same project?
groovy, java, sonar-runner, sonarqube
Solution
UPDATE April 14th, 2014:
Starting with SonarQube 4.2, multi-language projects are supported.
This automatically happens when `sonar.language` is not set.
See my sample project here: https://github.com/bellingard/multi-language-project
Problem
I am setting up `Sonar` for one of my projects which is a mix of `Groovy` and `Java`. I am able to configure the project separately for either of these languages but not together. Is there any way to do this? I tried this sonar.language = java,grvy but didnt work