Closed abhamjee closed 5 years ago
Fixes #380
The Scala 2.13 distribution does not include scala-xml and a few other jars. If includeScala=false and you need to include scala-xml, the function Assembly.isScalaLibraryFile needs to cater for a reduced set of libraries.
Thanks @abhamjee!
Fixes #380
The Scala 2.13 distribution does not include scala-xml and a few other jars. If includeScala=false and you need to include scala-xml, the function Assembly.isScalaLibraryFile needs to cater for a reduced set of libraries.