forked from DevFW-CICD/spring-petclinic
13 lines
No EOL
332 B
Properties
Executable file
13 lines
No EOL
332 B
Properties
Executable file
# Required metadata
|
|
sonar.projectKey=java-sonar-runner-simple
|
|
sonar.projectName=Simple Java project analyzed with the SonarQube Runner
|
|
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 |