This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-contentparser-api.git
commit 699352433395cf13c6bacd561c5b609ff244f6f5 Author: Stefan Seifert <[email protected]> AuthorDate: Tue Apr 9 10:23:09 2024 +0200 SLING-12281 limit build to java 17 and 21 --- .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
