Does Sonar support multiple language in same project?

前端 未结 3 476
半阙折子戏
半阙折子戏 2020-12-24 06:02

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 eith

3条回答
  •  礼貌的吻别
    2020-12-24 06:15

    Until https://jira.sonarsource.com/browse/SONAR-926 is implemented you can use the combination of sonar.branch and sonar.language properties to analyze separately the project languages and have two different projects in your dashboard.

提交回复
热议问题