remove sonar init file and change code destination

This commit is contained in:
2021-12-24 10:38:59 +03:00
parent c5eca7f43d
commit 73b4855f16
3 changed files with 2 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ sonar.projectName=My project
sonar.projectVersion=1.0
# Path is relative to the sonar-project.properties file. Defaults to .
sonar.sources=./code
sonar.sources=.
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8