mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-18 17:48:14 +08:00
Upgrade to Gradle 5.4.1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
@@ -86,7 +86,7 @@ class GradleProjectGenerationConfigurationTests {
|
||||
static Stream<Arguments> gradleWrapperParameters() {
|
||||
return Stream.of(Arguments.arguments("1.5.17.RELEASE", "3.5.1"),
|
||||
Arguments.arguments("2.0.6.RELEASE", "4.10.2"),
|
||||
Arguments.arguments("2.1.3.RELEASE", "5.2.1"));
|
||||
Arguments.arguments("2.1.3.RELEASE", "5.4.1"));
|
||||
}
|
||||
|
||||
@ParameterizedTest(name = "Spring Boot {0}")
|
||||
|
Reference in New Issue
Block a user