I would like to be able to turn off failure "help" that gets displayed when build fails. It is repetitive and gives no value when developing. ### Expected Behavior ``` BUILD FAILED in 2s ``` ### Current Behavior ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':test'. > There were failing tests. See the report at: <file> * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 2s ``` ### Context This would be really useful when developing locally when running `gradle -t test`, because this way there would be no need to scroll up/make console full screen to see what the failure was.