In the left vertical toolbar, select the Gradle icon
The list of Gradle projects appears in the left pane of the IDE window. Select the project you want:
Run the task build → build :
In the opened terminal window, you will see the build progress:
If you do not see the Gradle Pracktogram in the toolbar, you should install the Gradle for Java extension. Alternatively, you can run the ./gradlew build command from the terminal
If the build command group is not listed, run the build-setup → wrapper