Skip to content

Instantly share code, notes, and snippets.

@karkranikhil
Created June 13, 2019 01:37
Show Gist options
  • Select an option

  • Save karkranikhil/f0a375f80503e270fcac3c7c3ccc6b63 to your computer and use it in GitHub Desktop.

Select an option

Save karkranikhil/f0a375f80503e270fcac3c7c3ccc6b63 to your computer and use it in GitHub Desktop.
#Configure here general information about the environment, such as SonarQube server connection details for example
#No information about specific project should appear here
#----- Default SonarQube server
sonar.host.url=http://localhost:9000
#----- Default source code encoding
sonar.sourceEncoding=UTF-8
#----- Default projectKey
sonar.projectKey=sonar-scanner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment