Skip to content
This repository was archived by the owner on Apr 2, 2021. It is now read-only.

Commit 0d10c79

Browse files
committed
Run Gradle version smoke test for Gradle 5.0 (#534)
1 parent ab036f4 commit 0d10c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/com/devsoap/plugin/tests/GradleVersionTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class GradleVersionTest extends IntegrationTest {
2222

2323
@Parameterized.Parameters(name = "Gradle {0}")
2424
static Collection<String> getGradleVersions() {
25-
[ '4.3', '4.4', '4.5', '4.6', '4.7', '4.8', '4.9', '4.10' ]
25+
[ '5.0']
2626
}
2727

2828
@Override

0 commit comments

Comments
 (0)