mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:25:50 +00:00
Added sonar.java.binaries property to try and address a findbugs issue.
This commit is contained in:
parent
83a907e416
commit
c0ccbf3c96
1 changed files with 3 additions and 1 deletions
|
@ -15,3 +15,5 @@ sonar.sourceEncoding=UTF-8
|
||||||
|
|
||||||
# other stuff
|
# other stuff
|
||||||
sonar.host.url=http://sonarqube.kcura.corp/
|
sonar.host.url=http://sonarqube.kcura.corp/
|
||||||
|
sonar.java.binaries=target/classes
|
||||||
|
sonar.junit.reportsPath=target/surefire-reports
|
Loading…
Reference in a new issue