spring-projects / spring-batch

Spring Batch is a framework for writing batch applications using Java and Spring
http://projects.spring.io/spring-batch/
Apache License 2.0
2.71k stars 2.35k forks source link

Update build process to use Maven #3820

Closed fmbenhassine closed 3 years ago

fmbenhassine commented 3 years ago
fmbenhassine commented 3 years ago

Resolved with #3821 .

maoshuai commented 3 years ago

Why move back from Gradle to maven?

fmbenhassine commented 3 years ago

Spring Batch used maven since its creation. Switching to gradle was an attempt to achieve consistency across the portfolio. Unfortunately, this consistency was not achieved, so we decided to go back to maven.