This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/SLING-12931 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-xss.git
commit 500d279c1e8770ae0e675510495bd93cc58a4922 Author: Robert Munteanu <[email protected]> AuthorDate: Mon Sep 22 11:29:27 2025 +0200 SLING-12931 - Build the XSS module on Jenkins with Java 25 Activate Java 25 on Jenkins, now that INFRA-27196 is fixed. --- .sling-module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.sling-module.json b/.sling-module.json index cfad4d2..5e3f1aa 100644 --- a/.sling-module.json +++ b/.sling-module.json @@ -1,5 +1,5 @@ { "jenkins": { - "jdks": [17, 21] + "jdks": [17, 21, 25] } -} \ No newline at end of file +}
