Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for runWithOption (0.2 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/buildevents/BuildExceptionReporter.java

            if (details.exceptionStyle == ExceptionStyle.NONE && !hasNonGradleSpecificCauseInAncestry) {
                context.appendResolution(output ->
                    runWithOption(output, STACKTRACE_LONG_OPTION, " option to get the stack trace.")
                );
            }
    
            boolean hasCompileError = hasNonGradleSpecificCauseInAncestry &&
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 09:45:59 UTC 2024
    - 19.4K bytes
    - Viewed (0)
Back to top