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-feature-launcher.git
The following commit(s) were added to refs/heads/master by this push:
new 93fec7a chore: re-enable build with java 21 (#50)
93fec7a is described below
commit 93fec7ab8467021b5bf3866d31b4dbdca5e3f4d1
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Jan 23 10:04:31 2026 +0100
chore: re-enable build with java 21 (#50)
---
.sling-module.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.sling-module.json b/.sling-module.json
index 0419030..2153eed 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -1,5 +1,5 @@
{
"jenkins": {
- "jdks": [17]
+ "jdks": [17, 21]
}
-}
\ No newline at end of file
+}