[
https://issues.apache.org/jira/browse/OFBIZ-13344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18053336#comment-18053336
]
ASF subversion and git services commented on OFBIZ-13344:
---------------------------------------------------------
Commit 121128459310a7a04b299263b4c8ad6bb84b7372 in ofbiz-framework's branch
refs/heads/trunk from david-maksimovic-ecomify
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=1211284593 ]
Fixed: Enables larger Zip for Gradle Tasks (OFBIZ-13344) (#944)
Sets the org.gradle.api.tasks.bundling.Zip zip64 property value to true.
Prevents distZip from failing if the archive contains more than 65535
entries or is larger than 4 GB.
> Enables larger Zip for Gradle Tasks
> -----------------------------------
>
> Key: OFBIZ-13344
> URL: https://issues.apache.org/jira/browse/OFBIZ-13344
> Project: OFBiz
> Issue Type: Improvement
> Reporter: David Maksimovic
> Assignee: Jacques Le Roux
> Priority: Trivial
>
> Enables larger Zip for Tasks with Type Zip by changing the Property value
> zip64 to true.
> The reason was a Zip-Distribution that was getting to large.
> * What went wrong:
> Execution failed for task ':distZip'.
> {quote}archive contains more than 65535 entries.
> {quote}
> To build this archive, please enable the zip64 extension.
> See:
> [https://docs.gradle.org/7.6/dsl/org.gradle.api.tasks.bundling.Zip.html#org.gradle.api.tasks.bundling.Zip:zip64]
> This could also be enabled specificliy for the distZip task.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)