Skip to content

Commit

Permalink
Test our Gradle plugin against 7.1-rc-2
Browse files Browse the repository at this point in the history
Closes gh-26825
  • Loading branch information
wilkinsona committed Jun 9, 2021
1 parent c5728c9 commit 03f8a46
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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-1");
GRADLE_VERSIONS = Arrays.asList("7.0.2", "7.1-rc-2");
}
else {
GRADLE_VERSIONS = Arrays.asList("6.8.3", "current", "7.0.2", "7.1-rc-1");
GRADLE_VERSIONS = Arrays.asList("6.8.3", "current", "7.0.2", "7.1-rc-2");
}
}

Expand Down

0 comments on commit 03f8a46

Please sign in to comment.