This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-freemarker.git
commit 62c444a1c544c39436b7ab0764033d9a39b769b4 Author: Oliver Lietz <[email protected]> AuthorDate: Thu Nov 3 21:21:19 2022 +0100 build with Java 11 and 17 --- .sling-module.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.sling-module.json b/.sling-module.json index c4627e9..3f2b4e4 100644 --- a/.sling-module.json +++ b/.sling-module.json @@ -2,8 +2,7 @@ "jenkins": { "jdks": [ 17, - 11, - 8 + 11 ] } }
