When I apply the shadowJar task, then the "archive contains more than 65535 entries" was raised, I put this information here. Following is the detailed message:
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':KanxxxxSystem:shadowJar'.
org.apache.tools.zip.Zip64RequiredException: archive contains more than 65535 entries.
To build this archive, please enable the zip64 extension.
See: https://docs.gradle.org/3.3/dsl/org.gradle.api.tasks.bundling.Zip.html#org.gradle.api.tasks.bundling.Zip:zip64
- Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 30.57 secs
archive contains more than 65535 entries.
When I apply the shadowJar task, then the "archive contains more than 65535 entries" was raised, I put this information here. Following is the detailed message:
FAILURE: Build failed with an exception.
Execution failed for task ':KanxxxxSystem:shadowJar'.
To build this archive, please enable the zip64 extension.
See: https://docs.gradle.org/3.3/dsl/org.gradle.api.tasks.bundling.Zip.html#org.gradle.api.tasks.bundling.Zip:zip64
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 30.57 secs
archive contains more than 65535 entries.