Skip to content

Commit 0e0c1d5

Browse files
author
Andrew Omondi
committed
chore: enable zip64 bundling
1 parent 3334ce3 commit 0e0c1d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ tasks.jar {
6060
zip64(true)
6161
}
6262

63+
tasks.zip {
64+
zip64(true)
65+
}
66+
6367
publishing {
6468

6569
publications {

0 commit comments

Comments
 (0)