How to define Gradle's home in IDEA?

后端 未结 16 621
太阳男子
太阳男子 2020-12-04 04:37

I am trying to import a Gradle project into IntelliJ, and when I get to the Gradle Home textbox, it is not automatically populated, nor will typing in the path

16条回答
  •  心在旅途
    2020-12-04 05:17

    I had to setup the Project SDK before selecting gradle path. Once that was set correctly, I had to choose "Use default gradle wrapper (recommended) in "Import Project from Gradle" dialog.

    Still works if I remove gradle using brew:

    $ brew remove gradle
    

提交回复
热议问题