sbt-assembly icon indicating copy to clipboard operation
sbt-assembly copied to clipboard

question about Mappings

Open Kawanaao opened this issue 2 years ago • 0 comments

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?

Kawanaao avatar Mar 17 '24 18:03 Kawanaao