We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1244b commit f95a286Copy full SHA for f95a286
build.gradle
@@ -50,7 +50,6 @@ def pomConfig = {
50
51
tasks.withType(Javadoc).configureEach {
52
enabled = true
53
- zip64 = true
54
options.addStringOption('Xdoclint:-missing', '-quiet')
55
}
56
@@ -61,6 +60,10 @@ tasks.jar {
61
60
zip64(true)
62
63
+tasks.bundling.zip {
64
+ zip64 = true
65
+}
66
+
67
publishing {
68
69
publications {
0 commit comments