mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-03 20:09:26 +01:00
641f00f24c
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