Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for handleOutOfDateLocks (0.13 sec)

  1. subprojects/diagnostics/src/main/java/org/gradle/api/tasks/diagnostics/ResolutionErrorRenderer.java

            } else if (cause instanceof LockOutOfDateException) {
                handleOutOfDateLocks((LockOutOfDateException) cause);
            } else {
                // Fallback to failing the task in case we don't know anything special
                // about the error
                throw UncheckedException.throwAsUncheckedException(cause);
            }
        }
    
        private void handleOutOfDateLocks(final LockOutOfDateException cause) {
            registerError(output -> {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 17:52:50 UTC 2023
    - 5.8K bytes
    - Viewed (0)
Back to top