Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/transform/TransformExecutionResultSerializerTest.groovy

            def newOutputDir = file("newOutputDir").createDir()
    
            ImmutableList<File> resultFiles = ImmutableList.of(
                inputArtifact,
                outputDir,
                outputDir.file("output.txt")
            )
            ImmutableList<File> resultInNewOutputDir = ImmutableList.of(
                inputArtifact,
                newOutputDir,
                newOutputDir.file("output.txt")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:31 UTC 2023
    - 5.3K bytes
    - Viewed (0)
Back to top