sbt-assembly
sbt-assembly copied to clipboard
license.json files in src/main/resource/json-files is not getting bundled.
Hi, I have json files in src/main/resources/json-files/
. All the json files are getting bundled while building the fat jar, while there is a file named license.json
which is not getting bundled.
Version used: "com.eed3si9n" % "sbt-assembly" % "2.1.1"