X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=sonar-project.properties;h=a0807435bf4a00dbf023c2fe11b53e6cd79b2736;hb=a75d9450de60702e484e88b138ebc7f9fa9012d7;hp=fc7665b4cc3893659d987826e4b4d583d51b12de;hpb=dcc4de1f3c9976bab1effdcaf9773a8e2c4189e9;p=e-mobility-charging-stations-simulator.git diff --git a/sonar-project.properties b/sonar-project.properties index fc7665b4..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.13 +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