4.1 Installation of SonarScanner in Windows
usage: sonar-scanner [options] Options: -D,--define <arg> Define property -e,--errors Produce execution error messages -h,--help Display help information -v,--version Display version information -X,--debug Produce execution debug output
#----- Default SonarQube server
sonar.host.url=http://localhost:<to port number you have changed in SonarQube>Last updated