mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-02 11:24:04 +08:00
This commit sets the `starter` flag of `spring-cloud-starter-task` to `true` to force the core starter to be added when only that dependency is selected. See https://github.com/spring-cloud/spring-cloud-task/issues/359 Closes gh-566