This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-apiregions.git
The following commit(s) were added to refs/heads/master by this push:
new 5fb9a33 Jenkins: only build with jdk 17 and 21
5fb9a33 is described below
commit 5fb9a3326389230c9875fa304b124f05af33d1c3
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Tue Feb 17 14:53:51 2026 +0100
Jenkins: only build with jdk 17 and 21
---
.sling-module.json | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.sling-module.json b/.sling-module.json
new file mode 100644
index 0000000..2153eed
--- /dev/null
+++ b/.sling-module.json
@@ -0,0 +1,5 @@
+{
+ "jenkins": {
+ "jdks": [17, 21]
+ }
+}