Upgrade to Gradle 3.4.1

Closes gh-386
This commit is contained in:
Stephane Nicoll
2017-03-29 12:37:04 +02:00
parent 0de3a75adf
commit 8ac7369138
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.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-bin.zip

View File

@@ -301,7 +301,7 @@ public class ProjectGeneratorTests extends AbstractProjectGeneratorTests {
ProjectRequest request = createProjectRequest("web");
request.setType("gradle-project");
request.setBootVersion("1.5.0.RELEASE");
generateProject(request).isGradleProject("3.3");
generateProject(request).isGradleProject("3.4.1");
}
@Test