It is very difficult to see the actual Java8 compiler error text in the build output. The error text is appended to a lengthy Javac command line, which in my case is in the neighborhood of 450 characters (class paths and all) and I have to navigate to the end of that monstrosity to see the compiler error. Is there a way to make it easier to see the error message, maybe split it off and show it on a separate line?