changeset 235:5969e8210e0b

DEP-12: use unencrypted port for sonar analysis
author smith@nwoca.org
date Wed, 19 Oct 2016 23:36:37 +0100
parents 49e9edc80170
children 33c98751eb08
files metrics.gradle
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/metrics.gradle	Wed Oct 19 22:45:17 2016 +0100
+++ b/metrics.gradle	Wed Oct 19 23:36:37 2016 +0100
@@ -31,7 +31,7 @@
     
     sonarqube {
         properties {
-            property "sonar.host.url", "https://sonar.ssdt.io"
+            property "sonar.host.url", "http://sonar.ssdt.io:9000"
             property "sonar.login", System.getenv('bamboo_SONAR_TOKEN')
             property "sonar.exclusions","**/ProjectVersion*"
         }