web-frameworks icon indicating copy to clipboard operation
web-frameworks copied to clipboard

[Java] Use gradle for spring

Open waghanza opened this issue 4 years ago • 4 comments

Hi,

Seems that gradle has been the default tool when using spring-framework.

Is this affirmation correct @sbrannen @rstoyanchev @jhoeller ?

I suggest we use it here.

Regards,

waghanza avatar Jul 06 '20 20:07 waghanza

Yes, the core Spring Framework project has used Gradle for its builds for several years.

sbrannen avatar Jul 07 '20 08:07 sbrannen

Thanks for confirmation, I (or anyone wanted to) will change this. The first contributor use maven, but the idea is to use what is elected by frameworks community 😉

waghanza avatar Jul 07 '20 10:07 waghanza

I imagine this is also the same for spring-boot

waghanza avatar Jul 07 '20 10:07 waghanza

Spring Boot historically used Maven for its build; however, the Spring Boot team recently migrated to Gradle.

See the Migrating Spring Boot's Build to Gradle blog for details.

sbrannen avatar Jul 07 '20 12:07 sbrannen