sbt / sbt-assembly

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

Generate AssemblyOption as pseudo case class + widen default setting scopes #433

Closed eed3si9n closed 3 years ago

eed3si9n commented 3 years ago

Widen the scope of custom settings to Global where possible, following https://www.scala-sbt.org/1.x/docs/Plugins-Best-Practices.html#Provide+default+values+in

This allows these keys to be set at ThisBuild level that can be shared across multiple subprojects.