Prevent gradle logging in console (tab debug) Follow
Answered
I have simple java console application (gradle project).
After some IDEA update I started get gradle logging at console.
Now I run some "psvm" class and get additionally messages like:
Task :foobar:compileJava UP-TO-DATE
> Task :foobar:Launcher.main() FAILED
How to prevent that messages?
I want to get only output from my application.
Please sign in to leave a comment.
These are the messages from the Gradle tasks - just the same as you would run this task by Gradle from command line. If you do not want to use Gradle runner disable Settings (Preferences on macOS) | Build, Execution, Deployment | Build Tools | Gradle | Runner | Delegate IDE build/run actions to gradle option and use corresponding IDE's Run/Debug Configuration to run the application.
See also https://youtrack.jetbrains.com/issue/IDEA-194325#focus=streamItem-27-2972975.0-0