mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-26 13:43:15 +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