Skip to content

Commit 4868b61

Browse files
committed
Added sonar-project.properties file to specific project key
1 parent 5085667 commit 4868b61

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

sonar-project.properties

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
sonar-project.properties
2+
# must be unique in a given SonarQube instance
3+
sonar.projectKey=BentoBoxWorld_BentoBox
4+
5+
# --- optional properties ---
6+
7+
# defaults to project key
8+
#sonar.projectName=My project
9+
# defaults to 'not provided'
10+
#sonar.projectVersion=1.0
11+
12+
# Path is relative to the sonar-project.properties file. Defaults to .
13+
#sonar.sources=.
14+
15+
# Encoding of the source code. Default is default system encoding
16+
#sonar.sourceEncoding=UTF-8

0 commit comments

Comments
 (0)