Skip to content

Commit

Permalink
Test the Gradle plugin against Gradle 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Feb 11, 2019
1 parent c00dc42 commit 6fe9e3a
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 GradleCompatibilitySuite extends Suite {

private static final List<String> GRADLE_VERSIONS = Arrays.asList("default", "4.5.1",
"4.6", "4.7", "4.8.1", "4.9", "4.10.3", "5.0", "5.1.1");
"4.6", "4.7", "4.8.1", "4.9", "4.10.3", "5.0", "5.1.1", "5.2.1");

public GradleCompatibilitySuite(Class<?> clazz) throws InitializationError {
super(clazz, createRunners(clazz));
Expand Down

0 comments on commit 6fe9e3a

Please sign in to comment.