This is an automated email from the ASF dual-hosted git repository.
toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
The following commit(s) were added to refs/heads/master by this push:
new 2b4005c add zip64 to sources distribution zip file
2b4005c is described below
commit 2b4005cdf4fce2208d8fbe1776c0a2f2f0b7ab69
Author: Antoine Toulme <[email protected]>
AuthorDate: Wed Feb 12 20:55:26 2020 -0800
add zip64 to sources distribution zip file
---
dist/build.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/dist/build.gradle b/dist/build.gradle
index 37c5ce9..1154dc7 100644
--- a/dist/build.gradle
+++ b/dist/build.gradle
@@ -68,6 +68,7 @@ distributions {
}
sources {
baseName = 'tuweni-src'
+ zip64 = true
contents {
mandatoryFiles(it)
into('') {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]