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).