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-contributions.git
The following commit(s) were added to refs/heads/master by this push:
new d84ddaf chore(ci): build on Java 17 and 21
d84ddaf is described below
commit d84ddaf215c82458ed18ed5c1e06fe7eb6d02bd8
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon May 4 14:30:58 2026 +0200
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
+ ]
+ }
+}
+