Skip server tests on Java 16 as Gradle Plugin is not available

See gh-27476
This commit is contained in:
Andy Wilkinson
2021-07-23 19:44:29 +01:00
parent 931409cdd4
commit 14db8aec95

View File

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