Migrate submodule builds to a Composite Build
climategadgets opened this issue · 1 comments
climategadgets commented
Existing Behavior
External project builds (automation-hat-driver, owapi-reborn, servomaster, xbee-api-reactive) are included with include($module_name)
.
Problems With Existing Behavior
Master build imposes constraint on submodule builds that it shouldn't, and bleeds down implementation details they should not be exposed to.
Desired Behavior
External project builds are included with includeBuild($project_name)
.
climategadgets commented
Done as of rev. 63d66df