Skip to content

Commit f95a286

Browse files
author
Andrew Omondi
committed
chore: enable zip64 bundling
1 parent fa1244b commit f95a286

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def pomConfig = {
5050

5151
tasks.withType(Javadoc).configureEach {
5252
enabled = true
53-
zip64 = true
5453
options.addStringOption('Xdoclint:-missing', '-quiet')
5554
}
5655

@@ -61,6 +60,10 @@ tasks.jar {
6160
zip64(true)
6261
}
6362

63+
tasks.bundling.zip {
64+
zip64 = true
65+
}
66+
6467
publishing {
6568

6669
publications {

0 commit comments

Comments
 (0)