Merge branch '2.4.x'

Closes gh-25524
This commit is contained in:
Stephane Nicoll
2021-03-06 08:16:35 +01:00
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
}