mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 12:19:16 +00:00
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