Skip to content

Commit

Permalink
Upgrade to Gradle 3.5.1
Browse files Browse the repository at this point in the history
Closes gh-409
  • Loading branch information
snicoll committed Jun 16, 2017
1 parent 691c476 commit 370d9a4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
Expand Up @@ -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
Expand Up @@ -312,7 +312,7 @@ public void springBoot15UseGradle3() {
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
Expand Down

0 comments on commit 370d9a4

Please sign in to comment.