Disable Sonarqube, fails regurlarly and not needed for this tests-only module IMO
diff --git a/.sling-module.json b/.sling-module.json
index 48c9f65..9abe5f5 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -1,6 +1,7 @@
 {
     "jenkins": {
         "rebuildFrequency": "@daily",
+        "sonarQubeEnabled": false,
         "jdks": [8, 11, 14],
         "archivePatterns": [
             "**/logs/*.log"