spring-projects / spring-data-examples

Spring Data Example Projects
Apache License 2.0
5.17k stars 3.39k forks source link

Migrate build to Spring Develocity Conventions extension #683

Closed erichaagdev closed 4 weeks ago

erichaagdev commented 1 month ago

This PR migrates the build to use Spring's Develocity Conventions Maven extension.

https://github.com/spring-io/develocity-conventions

With this, explicit configuration of the Develocity Maven extension is no longer required, as all configuration is encapsulated within the Spring extension.

odrotbohm commented 4 weeks ago

Hey Eric, thanks for your contribution. I hadn't seen the PR before, and it turns out I had prepared the switch in 6e06bf6a17a87c670506de12642d410a8393232d already. Looks like we're good now!