From d5bbf2ddad26c751030d20074ce63912ae36319b Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Mon, 28 Sep 2015 14:27:23 +0200 Subject: [PATCH] Make it clear database settings are no more used with SQ 5.2+ --- .../src/main/assembly/conf/sonar-runner.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sonar-runner-cli/src/main/assembly/conf/sonar-runner.properties b/sonar-runner-cli/src/main/assembly/conf/sonar-runner.properties index 25e6024..e1528cb 100644 --- a/sonar-runner-cli/src/main/assembly/conf/sonar-runner.properties +++ b/sonar-runner-cli/src/main/assembly/conf/sonar-runner.properties @@ -4,6 +4,13 @@ #----- Default SonarQube server #sonar.host.url=http://localhost:9000 +#----- Default source code encoding +#sonar.sourceEncoding=UTF-8 + +#----- Global database settings (not used for SonarQube 5.2+) +#sonar.jdbc.username=sonar +#sonar.jdbc.password=sonar + #----- PostgreSQL #sonar.jdbc.url=jdbc:postgresql://localhost/sonar @@ -15,10 +22,3 @@ #----- Microsoft SQLServer #sonar.jdbc.url=jdbc:jtds:sqlserver://localhost/sonar;SelectMethod=Cursor - -#----- Global database settings -#sonar.jdbc.username=sonar -#sonar.jdbc.password=sonar - -#----- Default source code encoding -#sonar.sourceEncoding=UTF-8 -- 2.39.5