This is an automated email from the ASF dual-hosted git repository.
enorman pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-osgi.git
The following commit(s) were added to refs/heads/master by this push:
new 1e17ea2 SLING-12914 limit builds to minimum of jdk 17
1e17ea2 is described below
commit 1e17ea2d3553cc1a37be589c10d8b5cd1f55da87
Author: Eric Norman <[email protected]>
AuthorDate: Wed Aug 27 17:38:54 2025 -0700
SLING-12914 limit builds to minimum of jdk 17
---
.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..cfad4d2
--- /dev/null
+++ b/.sling-module.json
@@ -0,0 +1,5 @@
+{
+ "jenkins": {
+ "jdks": [17, 21]
+ }
+}
\ No newline at end of file