We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 657dc36 commit dd65170Copy full SHA for dd65170
1 file changed
build.gradle
@@ -52,6 +52,9 @@ tasks.withType(Javadoc).configureEach {
52
options.addStringOption('Xdoclint:-missing', '-quiet')
53
}
54
55
+tasks.javadocJar {
56
+ zip64 = true
57
+}
58
59
tasks.jar {
60
manifest {
0 commit comments