You need to sign in or sign up before continuing.
sonar-project.properties 300 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
# Required metadata
sonar.projectKey=java-sonar-runner-simple
sonar.projectName=Sonar OpenVidu Server
sonar.projectVersion=1.0

# Comma-separated paths to directories with sources (required)
sonar.sources=src

# Language
sonar.language=java

# Encoding of the source files
sonar.sourceEncoding=UTF-8