Is there any standard way to run a java project from intellij using gradle?

When using gradle with intellij how am i supposed to run the project?
for example i can run it just right-click in the main class and hit run but is there any other standard way like what task should i run to execute my project? or is this the way all do it?

i have read intellij integration with gradle from the jetbrains site but nothing about running the actual project.