msb1 commented on issue #5630:
URL: https://github.com/apache/iceberg/issues/5630#issuecomment-1231783307
If you are using gradle and creating shadow jar; do not use minimize()...
Was doing build with
shadowJar {
minimize()
zip64 true
}
in build.gradle. Had identical error message to what is shown in first post
above.
Changed to
shadowJar {
zip64 true
}
in build.gradle and error is gone. Appears that minimize() was removing
shaded caffeine from fat jar. Could probably have problem if using maven
shaded plugin as well.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]