mirror of
https://gitee.com/dcren/initializr.git
synced 2026-06-25 14:54:04 +08:00
Upgrade to Gradle 7.3
See gh-1282
This commit is contained in:
committed by
Stephane Nicoll
parent
8c4de50469
commit
60c07b8d37
@@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ class GradleKtsProjectGenerationConfigurationTests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static Stream<Arguments> gradleWrapperParameters() {
|
static Stream<Arguments> gradleWrapperParameters() {
|
||||||
return Stream.of(Arguments.arguments("2.2.3.RELEASE", "6.9.1"), Arguments.arguments("2.5.0", "7.2"));
|
return Stream.of(Arguments.arguments("2.2.3.RELEASE", "6.9.1"), Arguments.arguments("2.5.0", "7.3"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@ParameterizedTest(name = "Spring Boot {0}")
|
@ParameterizedTest(name = "Spring Boot {0}")
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ class GradleProjectGenerationConfigurationTests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static Stream<Arguments> gradleWrapperParameters() {
|
static Stream<Arguments> gradleWrapperParameters() {
|
||||||
return Stream.of(Arguments.arguments("2.2.3.RELEASE", "6.9.1"), Arguments.arguments("2.5.0", "7.2"));
|
return Stream.of(Arguments.arguments("2.2.3.RELEASE", "6.9.1"), Arguments.arguments("2.5.0", "7.3"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@ParameterizedTest(name = "Spring Boot {0}")
|
@ParameterizedTest(name = "Spring Boot {0}")
|
||||||
|
|||||||
Reference in New Issue
Block a user