Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Releases: wooga/atlas-dotnet-sonarqube

0.2.0-rc.1

30 Sep 11:57
7417bab
Compare
Choose a tag to compare
0.2.0-rc.1 Pre-release
Pre-release

Changes

  • ADD sonar.branch.name property, with default valud derived from git as well #8 @Joaquimmnetto
  • IMPROVE git-derived defaults for sonar.projectKey and sonar.projectName sonarqube properties #8 @Joaquimmnetto

0.1.0

21 Sep 17:57
d893ff8
Compare
Choose a tag to compare

Changes

  • ADD extra arguments support to dotnet and msbuild #7 @Joaquimmnetto
  • FIX default dotnet executable lookup on Unix systems (mac and linux) now looks up for msbuild instead of MSBuild.exe #7 @Joaquimmnetto
  • FIX sonarqube scanner installation now allows for files in the bin/ folder to be executed #7 @Joaquimmnetto

0.0.2

26 Aug 14:53
Compare
Choose a tag to compare
v0.0.2

sonarqube-gradle-plugin is now api on build.gradle

0.0.1

25 Aug 17:55
7cb7bfb
Compare
Choose a tag to compare
Refactor: Decoupled extension from tasks (#3)

Refactored task properties that were being fetched from extension to be passed as parameters. With this we decouple the tasks from the SonarScannerExtension.

Co-authored-by: Joaquim Neto <[email protected]>