mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-20 03:49:58 +08:00
Upgrade to Gradle 7.1.1
Closes gh-1249
This commit is contained in:
Binary file not shown.
@@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
@@ -72,7 +72,7 @@ case "`uname`" in
|
||||
Darwin* )
|
||||
darwin=true
|
||||
;;
|
||||
MINGW* )
|
||||
MSYS* | MINGW* )
|
||||
msys=true
|
||||
;;
|
||||
NONSTOP* )
|
||||
|
||||
@@ -85,7 +85,7 @@ class GradleKtsProjectGenerationConfigurationTests {
|
||||
}
|
||||
|
||||
static Stream<Arguments> gradleWrapperParameters() {
|
||||
return Stream.of(Arguments.arguments("2.2.3.RELEASE", "6.9"), Arguments.arguments("2.5.0", "7.0.2"));
|
||||
return Stream.of(Arguments.arguments("2.2.3.RELEASE", "6.9"), Arguments.arguments("2.5.0", "7.1.1"));
|
||||
}
|
||||
|
||||
@ParameterizedTest(name = "Spring Boot {0}")
|
||||
|
||||
@@ -83,7 +83,7 @@ class GradleProjectGenerationConfigurationTests {
|
||||
}
|
||||
|
||||
static Stream<Arguments> gradleWrapperParameters() {
|
||||
return Stream.of(Arguments.arguments("2.2.3.RELEASE", "6.9"), Arguments.arguments("2.5.0", "7.0.2"));
|
||||
return Stream.of(Arguments.arguments("2.2.3.RELEASE", "6.9"), Arguments.arguments("2.5.0", "7.1.1"));
|
||||
}
|
||||
|
||||
@ParameterizedTest(name = "Spring Boot {0}")
|
||||
|
||||
Reference in New Issue
Block a user