spring-projects / spring-data-jpa

Simplifies the development of creating a JPA-based data access layer.
https://spring.io/projects/spring-data-jpa/
Apache License 2.0
3.03k stars 1.42k forks source link

Migrate build to Spring Develocity Conventions extension #3552

Closed erichaagdev closed 3 months ago

erichaagdev commented 4 months 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.

Additionally, build cache authentication now uses the Develocity access key, so separate build cache credentials are no longer required. The DEVELOCITY_ACCESS_KEY environment variable is enough for both build scan publishing and remote build cache access.

mp911de commented 3 months ago

Thank you for your contribution. That's merged and backported now.