Skip to content

Commit 64da60a

Browse files
authored
Add files via upload
1 parent 6203fb1 commit 64da60a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

sonar-project.properties

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)