How can I run "test" Gradle task from inside Intellij?
Answered
Old hand with Eclipse but just taking my first steps with Intellij.
Specs: Linux Mint 18.3, Intellij 2020.1 Community Edition.
To my surprise, going Build project (Ctrl-F9) does not run the Gradle "test" task (I'd have assumed it was just going "./gradlew build").
How do I run specific Gradle tasks from within Intellij?
Please sign in to leave a comment.
You can run any Gradle task per https://www.jetbrains.com/help/idea/work-with-gradle-tasks.html .
Thanks