From 6716125d48f5f8aea4d0eb5e5b27b74121bec3cf Mon Sep 17 00:00:00 2001 From: lewmilburn <63267144+lewmilburn@users.noreply.github.com> Date: Sat, 21 May 2022 14:54:48 +0100 Subject: [PATCH] Update sonar-project.properties --- sonar-project.properties | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/sonar-project.properties b/sonar-project.properties index 7dae62f..ed8dc85 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,6 +1,12 @@ -sonar.organization=lmwnweb sonar.projectKey=LMWNWeb_Saturn +sonar.organization=lmwn -# relative paths to source directories. More details and properties are described -# in https://sonarcloud.io/documentation/project-administration/narrowing-the-focus/ -sonar.sources=. +# This is the name and version displayed in the SonarCloud UI. +sonar.projectName=Saturn +sonar.projectVersion=0.1.3 + +# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. +#sonar.sources=. + +# Encoding of the source code. Default is default system encoding +#sonar.sourceEncoding=UTF-8