We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6203fb1 commit 64da60aCopy full SHA for 64da60a
sonar-project.properties
@@ -0,0 +1,13 @@
1
+# must be unique in a given SonarQube instance
2
+sonar.projectKey=TP82
3
+# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
4
+sonar.projectName=TP82
5
+sonar.projectVersion=1.0
6
+
7
+# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
8
+# This property is optional if sonar.modules is set.
9
+sonar.sources=src/main/java
10
11
+sonar.java.binaries=build/classes/java/main
12
13
+sonar.jacoco.reportPaths=build/jacoco/test.exec
0 commit comments