mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-25 21:22:58 +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