From b0b2ee345283ed947d3ec57d964999b2c9ead381 Mon Sep 17 00:00:00 2001 From: "Tsiatnev, Petr" Date: Wed, 6 May 2020 19:05:22 +0300 Subject: [PATCH] Update sonar properties. Increase java version --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index 559389b90..9fe88e7dc 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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