Upgrade to Gradle 3.5.1

Closes gh-409
This commit is contained in:
Stephane Nicoll 2017-06-16 18:08:18 +02:00
parent 691c476927
commit 370d9a4b31
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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