# HG changeset patch # User smith@nwoca.org # Date 1476918088 -3600 # Node ID 33c98751eb0803d417dd8afe252128f74f3e2a6f # Parent 5969e8210e0b406ba367d91b5c85d5c9f1fd1b35 DEP-13: temporarily disable sonar diff -r 5969e8210e0b -r 33c98751eb08 metrics.gradle --- a/metrics.gradle Wed Oct 19 23:36:37 2016 +0100 +++ b/metrics.gradle Thu Oct 20 00:01:28 2016 +0100 @@ -27,16 +27,20 @@ if (newSonar) { - apply plugin: org.sonarqube.gradle.SonarQubePlugin + task('sonar') << { + println "sonar disabled" +} + +// apply plugin: org.sonarqube.gradle.SonarQubePlugin - sonarqube { - properties { - property "sonar.host.url", "http://sonar.ssdt.io:9000" - property "sonar.login", System.getenv('bamboo_SONAR_TOKEN') - property "sonar.exclusions","**/ProjectVersion*" - } - } - +// sonarqube { +// properties { +// property "sonar.host.url", "http://sonar.ssdt.io:9000" +// property "sonar.login", System.getenv('bamboo_SONAR_TOKEN') +// property "sonar.exclusions","**/ProjectVersion*" +// } +// } + } if (legacySonar) {