sbt-native-packager icon indicating copy to clipboard operation
sbt-native-packager copied to clipboard

settings should be scoped to allow multiple plug-ins to run (e.g. scriptClasspath)

Open Sciss opened this issue 10 years ago • 0 comments
trafficstars

I run into multiple issues where settings are not isolated between plugins. For example, I want to build both a universal-zip and a debian installer. It is not possible to configure the scriptClasspath independently for these two plugins. Using scriptClasspath in Universal := ... has no effect, only setting it globally scriptClasspath := ... has, therefore influencing both universal and debian installer.

Sciss avatar Nov 04 '15 10:11 Sciss