Mercurial > public > develkit
comparison metrics.gradle @ 235:5969e8210e0b
DEP-12: use unencrypted port for sonar analysis
author | smith@nwoca.org |
---|---|
date | Wed, 19 Oct 2016 23:36:37 +0100 |
parents | 400f9d8bbf5b |
children | 33c98751eb08 |
comparison
equal
deleted
inserted
replaced
234:49e9edc80170 | 235:5969e8210e0b |
---|---|
29 | 29 |
30 apply plugin: org.sonarqube.gradle.SonarQubePlugin | 30 apply plugin: org.sonarqube.gradle.SonarQubePlugin |
31 | 31 |
32 sonarqube { | 32 sonarqube { |
33 properties { | 33 properties { |
34 property "sonar.host.url", "https://sonar.ssdt.io" | 34 property "sonar.host.url", "http://sonar.ssdt.io:9000" |
35 property "sonar.login", System.getenv('bamboo_SONAR_TOKEN') | 35 property "sonar.login", System.getenv('bamboo_SONAR_TOKEN') |
36 property "sonar.exclusions","**/ProjectVersion*" | 36 property "sonar.exclusions","**/ProjectVersion*" |
37 } | 37 } |
38 } | 38 } |
39 | 39 |