mirror of
https://github.com/carlostrub/sisyphus
synced 2024-10-31 09:20:15 +00:00
17 lines
427 B
Properties
17 lines
427 B
Properties
sonar-project.properties
|
|
# must be unique in a given SonarQube instance
|
|
sonar.projectKey=sisyphus
|
|
|
|
# --- optional properties ---
|
|
|
|
# defaults to project key
|
|
#sonar.projectName=My project
|
|
# defaults to 'not provided'
|
|
#sonar.projectVersion=1.0
|
|
|
|
# Path is relative to the sonar-project.properties file. Defaults to .
|
|
#sonar.sources=.
|
|
|
|
# Encoding of the source code. Default is default system encoding
|
|
#sonar.sourceEncoding=UTF-8
|