mirror of
https://gitee.com/dcren/initializr.git
synced 2025-07-17 01:46:19 +08:00
Upgrade to Gradle 3.5.1
Closes gh-409
This commit is contained in:
parent
691c476927
commit
370d9a4b31
Binary file not shown.
@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
|
|||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5.1-bin.zip
|
||||||
|
@ -312,7 +312,7 @@ public class ProjectGeneratorTests extends AbstractProjectGeneratorTests {
|
|||||||
ProjectRequest request = createProjectRequest("web");
|
ProjectRequest request = createProjectRequest("web");
|
||||||
request.setType("gradle-project");
|
request.setType("gradle-project");
|
||||||
request.setBootVersion("1.5.0.RELEASE");
|
request.setBootVersion("1.5.0.RELEASE");
|
||||||
generateProject(request).isGradleProject("3.4.1");
|
generateProject(request).isGradleProject("3.5.1");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Loading…
Reference in New Issue
Block a user