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
The following line should call relocateClass with just the file name, like in the if-statement above and take care of the META-INF/services prefix itself. The relocateClass method shouldn't have to deal with slashes.
The following line should call
relocateClass
with just the file name, like in the if-statement above and take care of theMETA-INF/services
prefix itself. TherelocateClass
method shouldn't have to deal with slashes.https://github.com/johnrengelman/shadow/blob/9c5182d2d9c5f7141e4d2a525ec94d6111283cd9/src/main/groovy/com/github/jengelman/gradle/plugins/shadow/transformers/ServiceFileTransformer.groovy#L75
Noticed this while implementing my own relocator.
The text was updated successfully, but these errors were encountered: