Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for makeArchive (0.12 sec)

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

                plugins {
                    id 'lifecycle-base'
                }
                System.out.println("Executing build.gradle")
                def helloArchive = zipTree(file("hello.zip"))
                tasks.create("makeArchive", Zip) {
                    System.out.println("Files in the archive: " + helloArchive.files)
                    archiveFileName = "archive.zip"
                    destinationDirectory = layout.buildDirectory
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 15:51:31 UTC 2024
    - 2.6K bytes
    - Viewed (0)
Back to top