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-maven-launchpad-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new e598747 SLING-10691 - disable Sonar build as it's failing with Java
11 for this module
e598747 is described below
commit e5987477b134c03a1ccafd249448e30e9b551623
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Fri Jul 30 12:46:20 2021 +0200
SLING-10691 - disable Sonar build as it's failing with Java 11 for this
module
---
.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
+ }
+}