You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2021/07/30 14:20:14 UTC

[sling-org-apache-sling-junit-remote] branch master updated: SLING-10691 - disable Sonar build for now

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-junit-remote.git


The following commit(s) were added to refs/heads/master by this push:
     new 43fc2c8  SLING-10691 - disable Sonar build for now
43fc2c8 is described below

commit 43fc2c86a5eca4bb09f4cd62ec58412cd1f9d803
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Fri Jul 30 16:19:46 2021 +0200

    SLING-10691 - disable Sonar build for now
---
 .sling-module.json | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.sling-module.json b/.sling-module.json
new file mode 100644
index 0000000..686e19c
--- /dev/null
+++ b/.sling-module.json
@@ -0,0 +1,5 @@
+{
+    "jenkins": {
+        "sonarQubeEnabled": false
+    }
+}