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

Commit

Permalink
Fix version issue in test
Browse files Browse the repository at this point in the history
  • Loading branch information
johndevs committed Oct 12, 2019
1 parent d4755a0 commit 4055bdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class GradleVersionTest extends IntegrationTest {

@Parameterized.Parameters(name = "Gradle {0}")
static Collection<String> getGradleVersions() {
[ '5.6.0']
[ '5.6']
}

@Override
Expand Down

0 comments on commit 4055bdc

Please sign in to comment.