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

Releases: sonar-scala/sbt-sonar

v2.3.0

01 May 23:10
@mwz mwz
93dce26
Compare
Choose a tag to compare

Automatically set sonar.projectBaseDir property for the scanned project (@joelvim - #177).

v2.2.1

27 Mar 22:33
@mwz mwz
727d381
Compare
Choose a tag to compare

Published to Maven Central under the com.sonar-scala group:

addSbtPlugin("com.sonar-scala" % "sbt-sonar" % "2.2.1")

v2.2.0

05 Jul 17:22
@mwz mwz
Compare
Choose a tag to compare

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

v2.1.1

25 Apr 17:56
@mwz mwz
Compare
Choose a tag to compare

Fix missing sonar.projectVersion property (#104).

v2.1.0

15 Oct 23:11
@mwz mwz
Compare
Choose a tag to compare

Allow to use SONAR_HOST_URL environment variable to define SonarQube instance URL instead of the sonar.host.url system property. If both values are present, the sonar.host.url system property takes precedence over the environment variable. (sonar-scanner-api#69)

v2.0.0

16 Jun 23:02
@mwz mwz
Compare
Choose a tag to compare

Use an embedded sonar-scanner (#34) 🎊.
This version removes the dependency on having the standalone sonar-scanner-cli installed. To upgrade from 1.x please define the sonar.host.url property explicitly before running the sonarScan task (see the Execute SonarQube section for more details). If you want to fallback to the default behaviour from 1.x, which makes the plugin call through to the standalone sonar-scanner, you can set the sonarUseSonarScannerCli setting to true (see the Fallback mode section for more details).

v1.7.0

06 Jun 21:43
@mwz mwz
Compare
Choose a tag to compare

Renamed deprecated sonar.scoverage.reportPath property to sonar.scala.scoverage.reportPath (#30).

v1.6.0

06 Jun 21:29
@mwz mwz
Compare
Choose a tag to compare

Set automatically the sonar.tests property (#25).

v1.5.0

14 Sep 20:34
@mwz mwz
Compare
Choose a tag to compare

Allow sbt-sonar to run on Windows (#16).

v1.4.0

16 Aug 22:43
@mwz mwz
Compare
Choose a tag to compare

Set automatically the sonar.scala.version property (#13).