Skip to content

Commit 453b707

Browse files
committed
Migrate build to Spring Develocity Conventions extension.
1 parent 4caa29c commit 453b707

File tree

5 files changed

+10
-46
lines changed

5 files changed

+10
-46
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.springBeans
44
.settings/
55
target/
6-
.mvn/.gradle-enterprise
6+
.mvn/.develocity
77

88
#IntelliJ Stuff
99
.idea

.mvn/extensions.xml

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<extensions>
33
<extension>
4-
<groupId>com.gradle</groupId>
5-
<artifactId>gradle-enterprise-maven-extension</artifactId>
6-
<version>1.18.1</version>
7-
</extension>
8-
<extension>
9-
<groupId>com.gradle</groupId>
10-
<artifactId>common-custom-user-data-maven-extension</artifactId>
11-
<version>1.12.3</version>
4+
<groupId>io.spring.develocity.conventions</groupId>
5+
<artifactId>develocity-conventions-maven-extension</artifactId>
6+
<version>0.0.19</version>
127
</extension>
138
</extensions>

.mvn/gradle-enterprise.xml

-31
This file was deleted.

bom/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
<plugins>
5656
<plugin>
5757
<groupId>com.gradle</groupId>
58-
<artifactId>gradle-enterprise-maven-extension</artifactId>
58+
<artifactId>develocity-maven-extension</artifactId>
5959
<configuration>
60-
<gradleEnterprise>
60+
<develocity>
6161
<plugins>
6262
<plugin>
6363
<artifactId>maven-surefire-plugin</artifactId>
@@ -66,7 +66,7 @@
6666
</outputs>
6767
</plugin>
6868
</plugins>
69-
</gradleEnterprise>
69+
</develocity>
7070
</configuration>
7171
</plugin>
7272
</plugins>

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@
190190
<plugins>
191191
<plugin>
192192
<groupId>com.gradle</groupId>
193-
<artifactId>gradle-enterprise-maven-extension</artifactId>
193+
<artifactId>develocity-maven-extension</artifactId>
194194
<configuration>
195-
<gradleEnterprise>
195+
<develocity>
196196
<plugins>
197197
<plugin>
198198
<artifactId>maven-surefire-plugin</artifactId>
@@ -201,7 +201,7 @@
201201
</outputs>
202202
</plugin>
203203
</plugins>
204-
</gradleEnterprise>
204+
</develocity>
205205
</configuration>
206206
</plugin>
207207
</plugins>

0 commit comments

Comments
 (0)