Skip to content

Commit 6e06bf6

Browse files
committed
Switch to Develocity.
1 parent 9bc0555 commit 6e06bf6

File tree

5 files changed

+10
-45
lines changed

5 files changed

+10
-45
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.project
22
.classpath
33
.springBeans
4+
.develocity/
45
.settings/
56
target/
67
.mvn/.gradle-enterprise

.mvn/extensions.xml

Lines changed: 3 additions & 8 deletions
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

Lines changed: 0 additions & 31 deletions
This file was deleted.

bom/pom.xml

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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)