Skip to content

Commit 1a633b6

Browse files
author
Andrew Omondi
committed
chore: enable zip64
1 parent 3334ce3 commit 1a633b6

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
@@ -53,6 +53,10 @@ tasks.withType(Javadoc).configureEach {
5353
options.addStringOption('Xdoclint:-missing', '-quiet')
5454
}
5555

56+
tasks.withType(Zip).configureEach {
57+
zip64 = true
58+
}
59+
5660
tasks.jar {
5761
manifest {
5862
attributes('Automatic-Module-Name': project.property('mavenGroupId'))

0 commit comments

Comments
 (0)