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