Closed williamyaoh closed 5 months ago
That looks like something I actually encountered in the wild. @alexarchambault what do you think about merging the change?
Sure, if that allows the Scala metadata to be updated, definitely
@tgodzik You have enough rights to merge and cut a release, right?
Yes! I just wasn't super sure about the consequences of the change 😅
Hello, I noticed that
sbt-shading
appears to be using theMainProcessor
fromjarjar
, which means it doesn't shade Scala JARs properly, only Java JARs; the Scala metadata in the compiled classes ends up with the wrong package name. Sincejarjar-abrams
is already a dependency, would it be possible to change it to use theJJProcessor
fromjarjar-abrams
instead?