How can I run "test" Gradle task from inside Intellij?

已回答

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?

0

请先登录再写评论。