mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
5c574b9878
This commit removes the `-PmainToolchain` option from our build, since it was not broadly used. Instead, the language level is now configured in the `JavaConventions` for JDK 17. The `-PtestToolchain` option is still available for testing Spring Framework with other JDKs (i.e., compiling and running tests with a JDK that's not the baseline). See gh-30339