How to configure “Shorten command line” method for whole project in IntelliJ

When I run tests I get the error “Command line is too long”.
It works if I set the “Shorten command line” method in the Run/Debug configuration to “JAR manifest” for the specific method or class, but how do I set it for the whole project or is there an IDE global setting for it?

8 Answers
8

Leave a Comment