Does IDEA have Gradle Clean Option ?
已回答
Hi,
I used Eclipse with Maven before, where I can have the option Maven Clean , Maven Build , etc when right clicking the project folder. Like this snapshot

I am using IDEA with Gradle now and wondering if I can get the same options (Gradle Clean , Gradle Build , etc ) with right clicking my project in IDEA?
If yes, how can I achieve this ?
Thank You.
请先登录再写评论。
hi, see if this helps? https://github.com/gradle/gradle/issues/2488
Sure, you can call any Gradle tasks configured in project buil.gradle file from Gradle tool window or using Run Anything action, see Working with Gradle tasks for all other ways of executing Gradle tasks in IDE.