Does Sonar support multiple language in same project?

rajesh picture rajesh · Nov 29, 2012 · Viewed 35.4k times · Source

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

Answer

Fabrice - SonarSource Team picture Fabrice - SonarSource Team · Nov 29, 2012

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