- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for entryCompression (0.14 sec)
-
subprojects/core/src/main/java/org/gradle/api/tasks/bundling/Zip.java
this.entryCompression = entryCompression; } /** * Enables building zips with more than 65535 files or bigger than 4GB. * * @see #isZip64() */ public void setZip64(boolean allowZip64) { this.allowZip64 = allowZip64; } /**
Registered: 2024-06-12 18:38 - Last Modified: 2022-10-28 08:29 - 5.6K bytes - Viewed (0) -
platforms/documentation/docs/src/docs/dsl/org.gradle.api.tasks.bundling.Zip.xml
Registered: 2024-06-12 18:38 - Last Modified: 2023-11-27 17:53 - 1003 bytes - Viewed (0) -
subprojects/core/src/integTest/groovy/org/gradle/api/tasks/bundling/ArchiveIntegrationTest.groovy
Registered: 2024-06-12 18:38 - Last Modified: 2024-04-03 15:21 - 30.2K bytes - Viewed (0)