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

Use Proguard to shrink size of the clover.jar #102

Open
marek-parfianowicz opened this issue Dec 17, 2019 · 1 comment
Open

Use Proguard to shrink size of the clover.jar #102

marek-parfianowicz opened this issue Dec 17, 2019 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@marek-parfianowicz
Copy link
Member

Current JAR has 15MB, it’s quite a lot, especially if it is being bundled in CI (e.g. Bamboo).

Use Proguard to remove unused classes from the JAR. Watch out for indirect references (e.g. reflections, template languages like Velocity).

Do not obfuscate the code.

@marek-parfianowicz
Copy link
Member Author

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

No branches or pull requests

1 participant