You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current JAR has 15MB, it’s quite a lot, especially if it is being bundled in CI (e.g. Bamboo).
Use maven-shade-plugin (alternative: 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.
The text was updated successfully, but these errors were encountered:
Current JAR has 15MB, it’s quite a lot, especially if it is being bundled in CI (e.g. Bamboo).
Use maven-shade-plugin (alternative: 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.
The text was updated successfully, but these errors were encountered: