wilkinsona / project-generator

3 stars 4 forks source link

Improve gradle build to stop using `buildScript` #57

Closed snicoll closed 5 years ago

snicoll commented 5 years ago

As of Spring Boot 2, we can use Gradle 4.10 so we should align the generation of the Gradle build to use the recommended syntax.

There are very interesting samples here: https://github.com/eskatos/start.spring.io-builds/tree/master/new-gradle-groovy-dsl

snicoll commented 5 years ago

Let's not do this here. We can resume that work once the new API is in place