diff --git a/spring-boot-project/spring-boot-cli/build.gradle b/spring-boot-project/spring-boot-cli/build.gradle index e15ff8b238..3172eb5e17 100644 --- a/spring-boot-project/spring-boot-cli/build.gradle +++ b/spring-boot-project/spring-boot-cli/build.gradle @@ -7,10 +7,6 @@ plugins { description = "Spring Boot CLI" -toolchain { - maximumCompatibleJavaVersion = JavaLanguageVersion.of(15) -} - configurations { dependenciesBom loader