Comment on Building A Better Build: Our Transition From Ant To SBTparentComments−orrsella11yReally just read the docs, they are very thorough. Most important thing to understand IMO is settings/tasks, their scoping, and runtime evaluation.You can check out this [1] template I made for play apps with multi-module config in SBT which could be relevant.[1] https://github.com/orrsella/play-template
Comments
Really just read the docs, they are very thorough. Most important thing to understand IMO is settings/tasks, their scoping, and runtime evaluation.
You can check out this [1] template I made for play apps with multi-module config in SBT which could be relevant.
[1] https://github.com/orrsella/play-template