Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for findArchiveOperations (0.15 sec)

  1. testing/smoke-test/src/smokeTest/resources/org/gradle/smoketests/validate-external-gradle-plugin.gradle.kts

            val scriptClassPath = scriptHandler.scriptClassPath.asFiles
            classpath = project.files(scriptClassPath)
    
            val archiveOperations = findArchiveOperations(project)
            val pluginClassesOf = pluginJars.stream()
                .map { zipPath: File? -> archiveOperations.zipTree(zipPath!!) }
                .collect(Collectors.toList())
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.1K bytes
    - Viewed (0)
Back to top