Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createArchiveEntry (0.48 sec)

  1. platforms/jvm/toolchains-jvm/src/testFixtures/groovy/org/gradle/jvm/toolchain/JdkRepository.groovy

                for (File file : jdkFiles) {
                    def path = RelativePathUtil.relativePath(jdkHomeParentDirectory, file)
                    ZipArchiveEntry entry = (ZipArchiveEntry) aos.createArchiveEntry(file, path)
                    entry.setUnixMode(fileSystem.getUnixMode(file))
                    aos.putArchiveEntry(entry)
                    if (file.isFile()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Sep 20 08:26:19 UTC 2023
    - 3.6K bytes
    - Viewed (0)
Back to top