mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 07:45:49 +00:00
Create sonar–project.properties
This commit is contained in:
parent
e2fbc56130
commit
1e548bdcad
1 changed files with 11 additions and 0 deletions
11
sonar–project.properties
Normal file
11
sonar–project.properties
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# Required metadata
|
||||||
|
sonar.projectKey=org.springframework.samples:spring-petclinic
|
||||||
|
sonar.projectName=PetClinic
|
||||||
|
sonar.projectVersion=1.0
|
||||||
|
# Comma-separated paths to directories with sources (required).
|
||||||
|
# Defaults to .
|
||||||
|
sonar.sources=.
|
||||||
|
# Language
|
||||||
|
sonar.language=java
|
||||||
|
# Encoding of the source files
|
||||||
|
sonar.sourceEncoding=UTF-8
|
Loading…
Reference in a new issue