Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for shouldPreserveFailedState (2.02 sec)

  1. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/steps/StoreExecutionStateStep.java

                    .flatMap(cacheKeyCalculatedState -> result.getAfterExecutionOutputState()
                        .filter(afterExecutionState -> result.getExecution().isSuccessful() || shouldPreserveFailedState(context, afterExecutionState))
                        .map(executionOutputState -> new DefaultAfterExecutionState(
                            ((BuildCacheKeyInternal) cacheKeyCalculatedState.getKey()).getHashCodeInternal(),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 08 08:29:47 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top