# HG changeset patch # User smith@nwoca.org # Date 1476916597 -3600 # Node ID 5969e8210e0b406ba367d91b5c85d5c9f1fd1b35 # Parent 49e9edc801708bd52e0cec8ec67e46a6ef3ed5c2 DEP-12: use unencrypted port for sonar analysis diff -r 49e9edc80170 -r 5969e8210e0b metrics.gradle --- 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*" }