This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/SLING-12590-java-21 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-contentloader.git
commit 2b734b0810ee838e0c8b472d8d9754531ebaed5a Author: Stefan Seifert <[email protected]> AuthorDate: Thu Dec 19 16:04:36 2024 +0100 SLING-12590 Build with Java 21 --- .sling-module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sling-module.json b/.sling-module.json index 0419030..cfad4d2 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
