This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-mcp-server.git


The following commit(s) were added to refs/heads/master by this push:
     new c695e71  chore(ci): build on Java 17 and 21
c695e71 is described below

commit c695e711c5b67c77e29fef1d1a8e44dcf26cd357
Author: Robert Munteanu <[email protected]>
AuthorDate: Thu Jan 15 15:49:10 2026 +0100

    chore(ci): build on Java 17 and 21
---
 .sling-module.json | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.sling-module.json b/.sling-module.json
new file mode 100644
index 0000000..c16686a
--- /dev/null
+++ b/.sling-module.json
@@ -0,0 +1,9 @@
+{
+    "jenkins": {
+        "jdks": [
+          17,
+          21
+        ]
+    }
+}
+

Reply via email to