mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
Gradle 7.3.3 does not support Java 20 so the test that verifies that the plugin fails fast when running on a version of Gradle that it does not support needs to be disabled on Java 20 and later. See gh-35931