mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
Update sonar properties. Increase java version
This commit is contained in:
parent
8f52fbb319
commit
b0b2ee3452
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ sonar.jacoco.reportPath=target/jacoco/test.exec
|
|||
|
||||
# The value of the property must be the key of the language.
|
||||
sonar.language=java
|
||||
sonar.java.source=1.7
|
||||
sonar.java.source=1.8
|
||||
|
||||
# Encoding of the source code. Default is default system encoding
|
||||
sonar.sourceEncoding=UTF-8
|
||||
|
|
Loading…
Reference in a new issue