Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/transform/TransformExecutionResult.java

            /**
             * Adds an output location to the result.
             *
             * @param workspaceAction an action to run when the output is a produced output in the workspace.
             */
            public void addOutput(File output, Consumer<File> workspaceAction) {
                if (output.equals(inputArtifact)) {
                    delegate.addEntireInputArtifact();
                } else if (output.equals(outputDir)) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:31 UTC 2023
    - 11.8K bytes
    - Viewed (0)
Back to top