I have a project configured with gradle. And I use IntelliJ to run the main method as follows
Yet, I don't want to see the main Gradle console showing me the results, I just want to see the same output as IntelliJ when running a project that is not configured with Gradle
Basically, I don't want to see
Nor this:
Is it possible?




