Temp - Removing support for Java 17 as it compiles but does not run
diff --git a/.sling-module.json b/.sling-module.json
index 2026d55..81830cb 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -1,5 +1,5 @@
 {
     "jenkins": {
-        "jdks": [11,17]
+        "jdks": [11]
     }
 }
\ No newline at end of file