mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
Add new sonar property
This commit is contained in:
parent
3b36b80741
commit
a384c4cd08
1 changed files with 3 additions and 1 deletions
|
@ -10,4 +10,6 @@ sonar.sources=src
|
|||
sonar.language=java
|
||||
|
||||
# Encoding of the source files
|
||||
sonar.sourceEncoding=UTF-8
|
||||
sonar.sourceEncoding=UTF-8
|
||||
|
||||
sonar.java.binaries=**/target/classes
|
||||
|
|
Loading…
Reference in a new issue