We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5085667 commit 4868b61Copy full SHA for 4868b61
sonar-project.properties
@@ -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