X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=sonar-project.properties;h=a0807435bf4a00dbf023c2fe11b53e6cd79b2736;hb=2af834a91b2ed3ca95de2af7cbb86c59f13c1c0f;hp=f914381bcb563e23e77fdb2ffe4808436ab95819;hpb=e50d96f53f0c4f1d414d6503363bb3eed07c5d72;p=e-mobility-charging-stations-simulator.git diff --git a/sonar-project.properties b/sonar-project.properties index f914381b..a0807435 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization=sap-1 # This is the name and version displayed in the SonarCloud UI. sonar.projectName=e-mobility-charging-stations-simulator -sonar.projectVersion=1.2.19 +sonar.projectVersion=1.2.20 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=src @@ -11,7 +11,5 @@ sonar.tests=test sonar.javascript.lcov.reportPaths=coverage/lcov.info -sonar.typescript.tsconfigPath=tsconfig-base.json - # Encoding of the source code. Default is default system encoding #sonar.sourceEncoding=UTF-8