Update sonar properties. Increase java version

This commit is contained in:
Tsiatnev, Petr 2020-05-06 19:05:22 +03:00
parent 8f52fbb319
commit b0b2ee3452

View file

@ -24,7 +24,7 @@ sonar.jacoco.reportPath=target/jacoco/test.exec
# The value of the property must be the key of the language. # The value of the property must be the key of the language.
sonar.language=java sonar.language=java
sonar.java.source=1.7 sonar.java.source=1.8
# Encoding of the source code. Default is default system encoding # Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8 sonar.sourceEncoding=UTF-8