Skip to content

Commit

Permalink
Test the Gradle plugin against Gradle 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Nov 26, 2018
1 parent 5a9ff6a commit a0d0ecf
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.2", "5.0-rc-5");
"4.6", "4.7", "4.8.1", "4.9", "4.10.2", "5.0");

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

0 comments on commit a0d0ecf

Please sign in to comment.