Skip to content
Advertisement

Tag: sbt-assembly

Is it possible to shade some package in only one package in sbt?

let’s consider a following source code: It renames com.google.common and change package names as well. Additionally, thanks to inAll it rewrites all imports and another references in all classes in jar. It works fine. However, the question is: Is it possible to rewrite only chosen references? I mean pointed by me using path to package? Let’s say something like: I

Advertisement