Skip to content

Commit

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

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

0 comments on commit fe9d9ec

Please sign in to comment.