File tree 5 files changed +10
-46
lines changed
5 files changed +10
-46
lines changed Original file line number Diff line number Diff line change 3
3
.springBeans
4
4
.settings /
5
5
target /
6
- .mvn /.gradle-enterprise
6
+ .mvn /.develocity
7
7
8
8
# IntelliJ Stuff
9
9
.idea
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<extensions >
3
3
<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 >
12
7
</extension >
13
8
</extensions >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55
55
<plugins >
56
56
<plugin >
57
57
<groupId >com.gradle</groupId >
58
- <artifactId >gradle-enterprise -maven-extension</artifactId >
58
+ <artifactId >develocity -maven-extension</artifactId >
59
59
<configuration >
60
- <gradleEnterprise >
60
+ <develocity >
61
61
<plugins >
62
62
<plugin >
63
63
<artifactId >maven-surefire-plugin</artifactId >
66
66
</outputs >
67
67
</plugin >
68
68
</plugins >
69
- </gradleEnterprise >
69
+ </develocity >
70
70
</configuration >
71
71
</plugin >
72
72
</plugins >
Original file line number Diff line number Diff line change 190
190
<plugins >
191
191
<plugin >
192
192
<groupId >com.gradle</groupId >
193
- <artifactId >gradle-enterprise -maven-extension</artifactId >
193
+ <artifactId >develocity -maven-extension</artifactId >
194
194
<configuration >
195
- <gradleEnterprise >
195
+ <develocity >
196
196
<plugins >
197
197
<plugin >
198
198
<artifactId >maven-surefire-plugin</artifactId >
201
201
</outputs >
202
202
</plugin >
203
203
</plugins >
204
- </gradleEnterprise >
204
+ </develocity >
205
205
</configuration >
206
206
</plugin >
207
207
</plugins >
You can’t perform that action at this time.
0 commit comments