open-coffee / opencoffee-starter

The glue of the OpenCoffee
Apache License 2.0
11 stars 1 forks source link

Migrate from Maven to Gradle #61

Closed punycode closed 4 years ago

punycode commented 4 years ago

Since CoffeeNet is currently a Spring Boot derived project, we try to track Spring Boot's upstream development. Recently Spring Boot switched (similar to Spring itself) to a Gradle based build and since CoffeeNet itself is modelled after the upstream build process, we might consider switching to a Gradle based build too.

This is may not be only for the sake of it, but could provide following advantages:

Please discuss…