Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. subprojects/core/src/main/java/org/gradle/internal/model/CalculatedValueContainer.java

            } else {
                // Value has already been calculated, so no longer needs project state
                return null;
            }
        }
    
        @Override
        public ModelContainer<?> getResourceToLock() {
            CalculationState<T, S> calculationState = this.calculationState;
            if (calculationState != null && calculationState.supplier.usesMutableProjectState()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 08:26:19 UTC 2024
    - 10.3K bytes
    - Viewed (0)
Back to top