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
* Add gradle task to relocate dependencies in shaded JAR
* Prevent conscrypt shading
* Prevent accidental shading for source classes
For some reason shadow plugin shades the source classes as well, this
should not be the case. In order to prevent this accidental shading of
source classes, we relocate the source classes back the original package
to exclude them from automatic relocation.
0 commit comments