Skip to content
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

More aggressively shrink jar size #106

Closed
jcrist opened this issue Nov 30, 2018 · 0 comments
Closed

More aggressively shrink jar size #106

jcrist opened this issue Nov 30, 2018 · 0 comments

Comments

@jcrist
Copy link
Owner

jcrist commented Nov 30, 2018

Currently skein.jar clocks in at 13 MB, and that's with minimizeJar set to true for maven's shade plugin. However, many of the classes/files included in the packaged jar are unnecessary, and are only included due to reference cycles among them. With some work we should be able to determine at least a subset of these files that can be safely removed (e.g. guava.gson should be unnecessary). Additionally, there are some non-class files that should be fine to strip (e.g. the raw proto files in the protobuf compiler).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant