Skip to content

Commit 4b165b0

Browse files
authored
Adding sonar properties to project (#547)
1 parent 35679f7 commit 4b165b0

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

sonar-project.properties

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
sonar.projectKey=NASA-AMMOS_AIT-Core
2+
sonar.organization=nasa-ammos
3+
4+
5+
# This is the name and version displayed in the SonarCloud UI.
6+
sonar.projectName=AIT-Core
7+
sonar.projectVersion=3.0.0
8+
9+
10+
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
11+
sonar.sources=.
12+
13+
# Encoding of the source code. Default is default system encoding
14+
sonar.sourceEncoding=UTF-8

0 commit comments

Comments
 (0)