Skip to content

Commit fa1244b

Browse files
author
Andrew Omondi
committed
chore: fix javadoc task failure
1 parent 3334ce3 commit fa1244b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def pomConfig = {
5050

5151
tasks.withType(Javadoc).configureEach {
5252
enabled = true
53+
zip64 = true
5354
options.addStringOption('Xdoclint:-missing', '-quiet')
5455
}
5556

0 commit comments

Comments
 (0)