mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-08-14 05:23:27 +00:00
* Migrate build to Spring Develocity Conventions extension. * Adopt Develocity environment variables. Closes #2944
9 lines
241 B
XML
9 lines
241 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<extensions>
|
|
<extension>
|
|
<groupId>io.spring.develocity.conventions</groupId>
|
|
<artifactId>develocity-conventions-maven-extension</artifactId>
|
|
<version>0.0.19</version>
|
|
</extension>
|
|
</extensions>
|