dave08
11/17/2022, 12:46 PMephemient
11/17/2022, 12:51 PMdave08
11/17/2022, 12:59 PMSam
11/17/2022, 1:07 PMtest
as the command to run, and set the “Gradle project” field to the root project. When you invoke Gradle with a task name, it uses name-matching execution, so it will execute all the tasks named test
in the given project and all of its subprojects. IntelliJ is smart enough to pick up all the results and display the combined results in the ‘Run’ window.Vampire
11/17/2022, 1:09 PM