aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/assembly/conf/sonar-scanner.properties
blob: b30e84127e02d9bf59203a11f919ba05aec0d734 (plain)
1
2
3
4
5
6
7
8
9
#Configure here general information about the environment, such as SonarQube server connection details for example
#No information about specific project should appear here

#----- Default SonarQube server
#sonar.host.url=http://localhost:9000

#----- Default source code encoding
#sonar.sourceEncoding=UTF-8