build with JDK 11 and 14 only (to make SonarCloud happy)
diff --git a/.sling-module.json b/.sling-module.json
new file mode 100644
index 0000000..0e603c0
--- /dev/null
+++ b/.sling-module.json
@@ -0,0 +1,8 @@
+{
+  "jenkins": {
+    "jdks": [
+      14,
+      11
+    ]
+  }
+}