build with Java 11 and 17 on Linux only
diff --git a/.sling-module.json b/.sling-module.json
new file mode 100644
index 0000000..c5995ba
--- /dev/null
+++ b/.sling-module.json
@@ -0,0 +1,11 @@
+{
+  "jenkins": {
+    "jdks": [
+      17,
+      11
+    ],
+    "operatingSystems": [
+      "linux"
+    ]
+  }
+}