Exclude GradleBuild tasks on JDK 16 for now

See gh-25523
This commit is contained in:
dreis2211
2021-03-05 20:19:49 +01:00
committed by Stephane Nicoll
parent ff5a6d9a2e
commit 1a803448f0
3 changed files with 10 additions and 0 deletions

View File

@@ -6,6 +6,10 @@ plugins {
description = "Spring Boot Loader Integration Tests"
toolchain {
maximumCompatibleJavaVersion = JavaLanguageVersion.of(15)
}
configurations {
app
}