lightbend-labs / dbuild

Multi-project build tool, based on sbt.
https://lightbend-labs.github.io/dbuild
Other
83 stars 14 forks source link

global extra sbt commands #86

Closed retronym closed 10 years ago

retronym commented 10 years ago

It would be great to be able to say:

global.extra.commands: ["set logLevel in update := Level.Warn"]

Rather than repeating it in each SBT project.