mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-30 12:48:01 +08:00
Revert to Gradle 3.3
Gradle 3.4 is known to be broken in IntelliJ IDEA and breaks the getting started experience of generated projects. This commit uses Gradle 3.3 until a bug fix release of IJ is available. Closes gh-380
This commit is contained in:
parent
e89c20b7fa
commit
9e35b8acd6
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.3-bin.zip
|
||||
|
@ -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.4.1");
|
||||
generateProject(request).isGradleProject("3.3");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
Reference in New Issue
Block a user