Parcourir la source

updated sonar-runner properties

xiaoct il y a 7 ans
Parent
commit
3655f4580d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      sonar-runner.properties

+ 1 - 1
sonar-runner.properties

@@ -2,7 +2,7 @@
 #No information about specific project should appear here
 
 #----- Default SonarQube server
-sonar.host.url=http://localhost:9000
+sonar.host.url=http://192.168.253.189:9000
 
 #----- Default source code encoding
 sonar.sourceEncoding=UTF-8