10 lines
261 B
Properties
10 lines
261 B
Properties
|
# must be unique in a given SonarQube instance
|
||
|
sonar.projectKey=AES-lib
|
||
|
|
||
|
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
|
||
|
sonar.projectName=AES-lib
|
||
|
sonar.projectVersion=1.0
|
||
|
|
||
|
sonar.sources=./
|
||
|
sonar.language=c++
|