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
{{ message }}
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.
The current build process only produces a jar that packages up all of its dependencies into the one jar (a shaded jar) This may be useful in some cases, but there are other cases where having all of those classes jammed into the jar is problematic. having the build produce both jars will allow users of your tool to choose which best suits their situation.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The current build process only produces a jar that packages up all of its dependencies into the one jar (a shaded jar) This may be useful in some cases, but there are other cases where having all of those classes jammed into the jar is problematic. having the build produce both jars will allow users of your tool to choose which best suits their situation.
The text was updated successfully, but these errors were encountered: