How to use Gradle Build to Build when I press Build Project (Ctrl+F9)

Answered

Currenly, if I click Build Project, Intellij just build the project using own build system.

If i want to build using Gradle to build (gradle build). I must use the Gradle Tool Window:

So how to make IDEA to use Gradle Build when I use Build Project

1
3 comments

I have the same issue, and the "Runner" tab in settings no longer seems to exist, either. How can I CMD-F9-build with Gradle?

0

It looks like the Gradle settings dialog was redesigned. You can find this option under Settings/Preferences | Build, Execution, Deployment | Build Tools | Gradle | Build and run using :

 

 

0

Please sign in to leave a comment.