Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hasEmptySources (0.11 sec)

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

            if (sourceFileProperties.isEmpty()) {
                return executeWithNonEmptySources(work, context);
            } else {
                if (hasEmptySources(sourceFileProperties, newInputs.getPropertiesRequiringIsEmptyCheck(), work)) {
                    return skipExecutionWithEmptySources(work, context);
                } else {
    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