SLING-10691 - disable Sonar build as it's failing with Java 11 for this module
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
+    }
+}