-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing to build shadowJar #116
Comments
Can you attach the full output and how you executed the gradle task? Sounds like some local problem with zip-handling, but some error-details seem to be missing. |
There goes the full stacktrace `
FAILURE: Build failed with an exception.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/8.6/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD FAILED in 6s ` |
I am trying to build the shadowJar but getting the following error:
org.gradle.api.GradleException: Could not add file '..\poi-on-android\poishadow\build\classes\java\main\org\apache\poi\java\awt\Color.class' to ZIP '..\poi-on-android\poishadow\build\libs\poishadow-all.jar'.
Can you help me build it here?
The text was updated successfully, but these errors were encountered: