Run spring-boot-cli tasks on Java 16

See gh-25550
This commit is contained in:
dreis2211 2021-03-08 20:34:39 +01:00 committed by Andy Wilkinson
parent adaf2fc57c
commit 19686564bc
1 changed files with 0 additions and 4 deletions

View File

@ -7,10 +7,6 @@ plugins {
description = "Spring Boot CLI"
toolchain {
maximumCompatibleJavaVersion = JavaLanguageVersion.of(15)
}
configurations {
dependenciesBom
loader