Exclude GradleBuild tasks on JDK 16 for now
See gh-25523
This commit is contained in:
committed by
Stephane Nicoll
parent
ff5a6d9a2e
commit
1a803448f0
@@ -6,6 +6,10 @@ plugins {
|
||||
|
||||
description = "Spring Boot Loader Integration Tests"
|
||||
|
||||
toolchain {
|
||||
maximumCompatibleJavaVersion = JavaLanguageVersion.of(15)
|
||||
}
|
||||
|
||||
configurations {
|
||||
app
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user