Intellij 2019.1: Disable Logging In Console, When Program Is Running

Answered

After updating IntelliJ to the newest version, everytime I start the programme IntelliJ now logs stuff like for example following;

Executing task 'Main.main()'...

> Task :compileJava
> Task :processResources UP-TO-DATE
> Task :classes

> Task :Main.main()

 

Is there any way to disable that? Thanks for your help!

2
3 comments

The output you show is from Gradle, when you have enabled the Settings (Preferences on macOS) | Build, Execution, Deployment | Build Tools | Gradle | Runner | Delegate IDE build/run actions to Gradle option. If you do not want to use Gradle for running and building in IDE disable this option.

See Gradle section in a related blog post about this feature.

1
Avatar
Permanently deleted user

Thank you, it worked!

 

0

Comment so old but so useful! Thank you.

0

Please sign in to leave a comment.