Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for inArtifactTransformCache (0.27 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/internal/classpath/BuildScriptClasspathIntegrationSpec.groovy

            return new TestFile(new File(URI.create(fullpath)))
        }
    
        TestFile notInArtifactTransformCache(String filename) {
            inArtifactTransformCache(filename, false)
        }
    
        TestFile inArtifactTransformCache(String filename, boolean shouldBeFound = true) {
            String fullpath = result.output.readLines().find { it.matches(">>>file:.*${filename}") }.replace(">>>", "")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:47 UTC 2024
    - 19.6K bytes
    - Viewed (0)
Back to top