How to define Gradle's home in IDEA?

后端 未结 16 579
太阳男子
太阳男子 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:21

    In case you are using Mac, most probably your gradle home should be /usr/local/gradle-2.0 for example.

    In preference of IDEA search for gradle and set gradle home as given above. It should work

提交回复
热议问题