formation 5 tahun lalu
induk
melakukan
7419bec20f
1 mengubah file dengan 17 tambahan dan 0 penghapusan
  1. 17 0
      sonar.properties

+ 17 - 0
sonar.properties

@@ -0,0 +1,17 @@
+sonar-project.properties 
+
+# must be unique in a given SonarQube instance 
+sonar.projectKey=Fatboar_project
+# --- optional properties --
+# defaults to project key 
+
+sonar.projectName=FatboarProjectTest 
+# 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