Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addDestroyablesToMutations (0.14 sec)

  1. subprojects/core/src/main/java/org/gradle/execution/plan/LocalTaskNode.java

            localStateFiles.forEach(file -> {
                mutations.outputPaths.add(file.getAbsolutePath());
                mutations.hasLocalState = true;
            });
        }
    
        private void addDestroyablesToMutations(FileCollection destroyables) {
            destroyables
                .forEach(file -> getMutationInfo().destroyablePaths.add(file.getAbsolutePath()));
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 16 23:29:30 UTC 2023
    - 10.2K bytes
    - Viewed (0)
Back to top