How to specify global gradle path in IDEA
已回答
If import a new SpringBoot project, the IDEA always load 'gradle-wrapper.properties' file and then download gradle, When I import a new gradle porject and the project have 'gradle-wrapper.properties', how to specify global gradle path make IDEA use I specify gradle and don't download from remote.
请先登录再写评论。
File | Settings | Build, Execution, Deployment | Build Tools | Gradle | 'Use Gradle from'
@...
This is the setting when the project is open, but I need setting default behavior. When I create a new gradle project or open a exists project, IDEA can use default behavior of my setting.
Ah, in that case please vote for https://youtrack.jetbrains.com/issue/IDEA-215792