propensive / fury

A build tool for Scala
28 stars 0 forks source link

Define executions #48

Closed propensive closed 6 months ago

propensive commented 7 months ago

An execution is a way for something to be run as part of the build. This could encompass a variety of different things for different modules, including:

There is a decision to be made about where executions should be defined: as children or peers of artifacts, containers and modules. My current preference leans towards peers.