Commit 6a51c272 authored by Andy Wilkinson's avatar Andy Wilkinson

Test our Gradle plugin against Gradle 7.1

Closes gh-26904
parent 017ba504
......@@ -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