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 23, 2018
1 parent d97ce26 commit c0e286b
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-3");
"4.6", "4.7", "4.8.1", "4.9", "4.10.2", "5.0-rc-5");

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

0 comments on commit c0e286b

Please sign in to comment.