sbt / sbt-assembly

Deploy über-JARs. Restart processes. (port of codahale/assembly-sbt)
MIT License
1.94k stars 223 forks source link

question about Mappings #524

Open Kawanaao opened 3 months ago

Kawanaao commented 3 months ago

Today I wanted to connect the jandex library for indexing classes in the project, I found sbt-jandex, tried to connect it, but this library cannot be used in any way outside of Compile / packageBin / mappings, since it requires the compilation of all classes and everywhere causes a circular call error, because of this, is there a way to avoid this using sbt assembly?