This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/jenkins-java-11 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-pipes.git
commit 905c4ca767d65df98b61f3cbad66637c4943e074 Author: Robert Munteanu <[email protected]> AuthorDate: Thu Feb 12 00:10:27 2026 +0100 chore: switch build JVM to 11 --- .sling-module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sling-module.json b/.sling-module.json index 09c1cdb..096d94a 100644 --- a/.sling-module.json +++ b/.sling-module.json @@ -1,5 +1,5 @@ { "jenkins":{ - "jdks": [8] + "jdks": [11] } }
