mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 09:49:01 +00:00
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