This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git
commit 68cf2a4722cdb5097b4963e358ca7f1b8776593b Author: Konrad Windszus <[email protected]> AuthorDate: Tue Oct 21 17:03:26 2025 +0200 Disable Java 25 build as palantir formatter is not usable yet (SLING-12947) --- .sling-module.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.sling-module.json b/.sling-module.json index d1735e5..a6df1e3 100644 --- a/.sling-module.json +++ b/.sling-module.json @@ -4,8 +4,7 @@ "sonarQubeEnabled": false, "jdks": [ 17, - 21, - 25 + 21 ], "operatingSystems": [ "linux"
