From 5415303b4243ae98027ece668c27fcc9915a427d Mon Sep 17 00:00:00 2001 From: VISHAKH Date: Thu, 11 Jan 2018 20:38:20 +0530 Subject: [PATCH] Updated SonarQube Properties --- sonar-project.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index f65639da0..a23094d5f 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -16,4 +16,6 @@ sonar.sourceEncoding=UTF-8 # other stuff sonar.host.url=http://mssonarstg81.morningstar.com:9000 sonar.java.binaries=target/classes -sonar.junit.reportsPath=target/surefire-reports \ No newline at end of file +sonar.junit.reportsPath=target/surefire-reports + +# Finalized \ No newline at end of file