Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

v2.2.0

Compare
Choose a tag to compare
@mwz mwz released this 05 Jul 17:22
· 50 commits to master since this release

Improve compatibility with SonarScala plugin (#117).

This release adds a new setting key (sonarExpectSonarQubeCommunityPlugin), which allows toggling compatibility between sonar-scala and SonarScala plugins. This change is backwards compatible and the sonarExpectSonarQubeCommunityPlugin setting is set to true by default. If you're targeting the SonarScala plugin, toggling this setting to false changes the default Scoverage and Scapegoat property names, i.e.:

  • sonar.scala.scoverage.reportPath changes to sonar.scala.coverage.reportPaths
  • and sonar.scala.scapegoat.reportPath changes to sonar.scala.scapegoat.reportPaths