UNPKG

512 BPlain TextView Raw
1# must be unique in a given SonarQube instance
2sonar.projectKey=happn-3
3# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
4sonar.projectName=happn-3
5sonar.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.
9sonar.sources=./lib
10sonar.tests=./test
11
12# Encoding of the source code. Default is default system encoding
13#sonar.sourceEncoding=UTF-8