Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for modifiedJar (0.08 sec)

  1. subprojects/core/src/test/groovy/org/gradle/internal/classpath/DefaultCachedClasspathTransformerTest.groovy

            jar(file)
            def classpath = DefaultClassPath.of(file)
            def cachedFile = testDir.file("cached/o_e161f24809571a55f09d3f820c8e5942/thing.jar")
            transformer.transform(classpath, None)
            modifiedJar(file)
    
            when:
            def cachedClasspath = transformer.transform(classpath, None)
    
            then:
            cachedClasspath.asFiles == [cachedFile]
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 20.8K bytes
    - Viewed (0)
Back to top