Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for copyAndList (0.25 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/bundling/ReuseArchiveIntegrationTest.groovy

            def cachedFile = file("build/tmp/.cache/expanded/zip_${hash}/hello.txt")
            def otherFile = file("build/tmp/.cache/expanded/zip_${hash}/other.txt")
    
            buildFile << """
                abstract class CopyAndList extends DefaultTask {
                    @Inject
                    abstract FileSystemOperations getFileSystemOperations()
    
                    @InputFiles
                    abstract ConfigurableFileCollection getUnzipped()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 3.5K bytes
    - Viewed (0)
Back to top