Skip to content

Commit

Permalink
Test the Gradle Plugin against Gradle 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dreis2211 authored and snicoll committed Feb 19, 2020
1 parent d3535ca commit d55bc5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
public final class GradleCompatibilityExtension implements TestTemplateInvocationContextProvider {

private static final List<String> GRADLE_VERSIONS = Arrays.asList("default", "5.0", "5.1.1", "5.2.1", "5.3.1",
"5.4.1", "5.5.1", "5.6.4", "6.0.1", "6.1.1");
"5.4.1", "5.5.1", "5.6.4", "6.0.1", "6.1.1", "6.2");

@Override
public Stream<TestTemplateInvocationContext> provideTestTemplateInvocationContexts(ExtensionContext context) {
Expand Down

0 comments on commit d55bc5f

Please sign in to comment.