如何在 Intellij 创建一个基于 gradle 的 Java 项目 IDEA 13.0.1社区

我想与 Gradle 一起在 Intellij IDEA 启动一个空项目,但它似乎不像 Eclipse 那样方便。

我所做的是文件-> 新项目-> 分级。然后出现一个项目,但它还没有完成(例如,它没有 src 文件夹)。

我把 apply plugin 'idea'加到 build. gradle 中。当我引用 IntelliJ IDEA 中的 All 任务时。没有 idea,cleanIdea,ideaProject对我来说建立一个智能的想法。

在 Eclipse + Gradle 插件中,只需创建一个新的 Gradle 项目,一切就准备就绪了。

我想知道在 Intellij IDEA 怎么做。

谢谢

46173 次浏览

When creating new Gradle project, select "Create directories for empty content roots automatically".

New Gradle project wizard

New project will have those directories.

Gradle project structure

In latest IntelliJ IDEA Community Edition(2018.1), there's no Create directories for empty content roots automatically option available in New Project dialog. But we can go to Preferences...->Build, Execution, Deployment->Gradle and check the underlined option in the screenshot below.

enter image description here