Hi guys,
I would like to release the SonarQube Scanner 2.6. Reminder: this is the command line tool used to trigger SonarQube analysis using a sonar-project.properties configuration file.
This version mainly fix a rare HTTPs issue when using client certificates, but it was also the opportunity the finish the renaming of the product that was started few months ago:
- sonar-runner[.bat] scripts are now deprecated (but still supported) and you should now use sonar-scanner[.bat]
- when switching to the new script you should also make sure to replace use of SONAR_RUNNER_OPTS environment variable by SONAR_SCANNER_OPTS
You can test using:
Release notes:
Feedback is welcome until next Monday.
Regards,
Julien