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"
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 namedlicense.jsonwhich is not getting bundled.Version used: "com.eed3si9n" % "sbt-assembly" % "2.1.1"