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-site.git
The following commit(s) were added to refs/heads/master by this push:
new 1a648d8 sonarQube not needed IMO (SLING-9414)
1a648d8 is described below
commit 1a648d8c12ab3403b64731358bb99eb5e75dd1fd
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Mon May 4 17:38:55 2020 +0200
sonarQube not needed IMO (SLING-9414)
---
.sling-module.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.sling-module.json b/.sling-module.json
index 7e5badd..759fb3e 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -1,7 +1,7 @@
{
"jenkins": {
"mavenGoal": "package",
- "sonarQubeUseAdditionalMavenParams": false,
+ "sonarQubeEnabled": false,
"branches": {
"master": {
"nodeLabel": "git-websites",