Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for skipExecutionWithEmptySources (0.18 sec)

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

                return executeWithNonEmptySources(work, context);
            } else {
                if (hasEmptySources(sourceFileProperties, newInputs.getPropertiesRequiringIsEmptyCheck(), work)) {
                    return skipExecutionWithEmptySources(work, context);
                } else {
                    return executeWithNonEmptySources(work, recreateContextWithNewInputFiles(context, newInputs.getAllFileFingerprints()));
                }
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:46:24 UTC 2023
    - 7.1K bytes
    - Viewed (0)
Back to top