mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-25 21:22:58 +08:00
Test wrapper for Gradle 6
This commit is contained in:
@@ -41,7 +41,7 @@ class GradleWrapperContributorTests {
|
||||
Path directory;
|
||||
|
||||
static Stream<Arguments> parameters() {
|
||||
return Stream.of(Arguments.arguments("4"), Arguments.arguments("5"));
|
||||
return Stream.of(Arguments.arguments("4"), Arguments.arguments("5"), Arguments.arguments("6"));
|
||||
}
|
||||
|
||||
@ParameterizedTest(name = "Gradle {0}")
|
||||
|
||||
Reference in New Issue
Block a user