Skip to content

Commit

Permalink
Test the Gradle Plugin against Gradle 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dreis2211 authored and snicoll committed Nov 21, 2019
1 parent d8c64ab commit 347434b
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");
"5.4.1", "5.5.1", "5.6.4", "6.0.1");

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

0 comments on commit 347434b

Please sign in to comment.