mirror of
https://gitee.com/dcren/initializr.git
synced 2026-06-27 06:43:12 +08:00
This commit updates BuildSystem writer implementations to handle a dependency without scope rather than ignoring it. If a dependency has no scope it is managed as it had DependencyScope.COMPILE. Closes gh-972