This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 430ac1c  Disable Sonarqube, fails regurlarly and not needed for this 
tests-only module IMO
430ac1c is described below

commit 430ac1ce4cd7984b0be83b1e6b4b86dfd83e0e24
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Mon Aug 31 11:13:18 2020 +0200

    Disable Sonarqube, fails regurlarly and not needed for this tests-only 
module IMO
---
 .sling-module.json | 1 +
 1 file changed, 1 insertion(+)

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"

Reply via email to