wilkinsona / project-generator

3 stars 4 forks source link

Allow buildscript extra properties to be configured #8

Closed wilkinsona closed 5 years ago

wilkinsona commented 5 years ago

When Kotlin's being used with Spring Boot 1.5, we need to be able to generate the following in build.gradle:

buildscript {
    ext {
        kotlinVersion = '1.2.51'
    }
}
snicoll commented 5 years ago

There is a reverse abstraction in Initializr with BuildProperties that's used in the templates.