mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
b4866e51b2
This commit updates the script that builds PRs to add locations to the installed JDK within the CI image. Without this change, PRs fail to build because of the recently introduced JDK21 toolchain requirement in the Spring Framework build. Closes gh-30472