I’m developing a groovy project and would also like to use sonar. How to tell Sonar to use the sonar-groovy-way profile and not the sonar-way (java) profile?
Try: sonar.project.language = “groovy”
See the Sonar chapter in the user guide, and the Groovydoc (e.g. http://www.gradle.org/current/docs/groovydoc/org/gradle/api/plugins/sonar/model/SonarProject.html).
sonar.project.language = “grvy”