mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
tweaked sonar properties
This commit is contained in:
parent
f443f491ba
commit
22a38f740b
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ sonar.projectVersion=1.0
|
||||||
|
|
||||||
# Comma-separated paths to directories with sources (required)
|
# Comma-separated paths to directories with sources (required)
|
||||||
sonar.sources=src
|
sonar.sources=src
|
||||||
|
sonar.java.binaries=src
|
||||||
|
|
||||||
# Language
|
# Language
|
||||||
sonar.language=java
|
sonar.language=java
|
||||||
|
|
Loading…
Reference in a new issue