Skip server tests on Java 16 as Gradle Plugin is not available
See gh-27476
This commit is contained in:
@@ -6,6 +6,10 @@ plugins {
|
||||
|
||||
description = "Spring Boot Server Integration Tests"
|
||||
|
||||
toolchain {
|
||||
maximumCompatibleJavaVersion = JavaLanguageVersion.of(15)
|
||||
}
|
||||
|
||||
configurations {
|
||||
testRepository
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user