Does IDEA have Gradle Clean Option ?
Answered
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.
Please sign in to leave a comment.
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.