Added sonar-project.properties file to specific project key

This commit is contained in:
tastybento 2019-10-29 20:13:01 -07:00
parent 508566737a
commit 4868b61223
1 changed files with 16 additions and 0 deletions

16
sonar-project.properties Normal file
View File

@ -0,0 +1,16 @@
sonar-project.properties
# must be unique in a given SonarQube instance
sonar.projectKey=BentoBoxWorld_BentoBox
# --- 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