This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/build-java-21 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git
commit 9e1e8c32f9570c7b0e83ba5be5919661bec14fee Author: Robert Munteanu <[email protected]> AuthorDate: Thu Jan 22 23:06:14 2026 +0100 chore: re-enable build with java 21 --- .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 +}
