Increase test coverage on Java 16

See gh-25809
This commit is contained in:
dreis2211
2021-03-26 20:14:11 +01:00
committed by Andy Wilkinson
parent 96be3c2cea
commit a9a37f0dd5
10 changed files with 35 additions and 23 deletions

View File

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