mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-29 19:56:47 +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
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
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");
|
||||
request.setType("gradle-project");
|
||||
request.setBootVersion("1.5.0.RELEASE");
|
||||
generateProject(request).isGradleProject("3.4.1");
|
||||
generateProject(request).isGradleProject("3.5.1");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
Reference in New Issue
Block a user