Skip to content

Commit

Permalink
Merge pull request #19065 from dreis2211
Browse files Browse the repository at this point in the history
* pr/19065:
  Test the Gradle Plugin against Gradle 6.0.1

Closes gh-19065
  • Loading branch information
snicoll committed Nov 21, 2019
2 parents d8c64ab + 347434b commit 81c0d6a
Showing 1 changed file with 1 addition and 1 deletion.
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 81c0d6a

Please sign in to comment.