Commit 043cf886 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '2.5.x'

Closes gh-26905
parents 3b613a4f 6a51c272
......@@ -48,10 +48,10 @@ final class GradleCompatibilityExtension implements TestTemplateInvocationContex
static {
JavaVersion javaVersion = JavaVersion.current();
if (javaVersion.isCompatibleWith(JavaVersion.VERSION_16)) {
GRADLE_VERSIONS = Arrays.asList("7.0.2", "7.1-rc-2");
GRADLE_VERSIONS = Arrays.asList("7.0.2", "7.1");
}
else {
GRADLE_VERSIONS = Arrays.asList("6.8.3", "current", "7.0.2", "7.1-rc-2");
GRADLE_VERSIONS = Arrays.asList("6.8.3", "current", "7.0.2", "7.1");
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment