github sonar-scala/sbt-sonar v2.2.0

latest releases: v2.3.0, v2.2.1
3 years ago

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

Don't miss a new sbt-sonar release

NewReleases is sending notifications on new releases.