mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-27 06:03:18 +08:00
While new scopes are available as of Gradle 3.4, the Spring Boot plugin does not manage them in the `1.5.x` line. This commit introduces a dedicated GradleBuildWriter for Gradle 3 that uses the previous scopes. Closes gh-845