changeset 236:33c98751eb08

DEP-13: temporarily disable sonar
author smith@nwoca.org
date Thu, 20 Oct 2016 00:01:28 +0100
parents 5969e8210e0b
children 66a99ce5f60a
files metrics.gradle
diffstat 1 files changed, 13 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- 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) {