File tree Expand file tree Collapse file tree 3 files changed +1
-31
lines changed
Expand file tree Collapse file tree 3 files changed +1
-31
lines changed Original file line number Diff line number Diff line change @@ -38,5 +38,4 @@ Thumbs.db
3838Desktop.ini
3939
4040.java-version
41- .mvn /.gradle-enterprise /gradle-enterprise-workspace-id
4241.mvn /.develocity /
Original file line number Diff line number Diff line change 44 <artifactId >develocity-maven-extension</artifactId >
55 <version >1.22.2</version >
66 </extension >
7- <extension >
8- <groupId >com.gradle</groupId >
9- <artifactId >common-custom-user-data-maven-extension</artifactId >
10- <version >1.12.4</version >
11- </extension >
127</extensions >
Original file line number Diff line number Diff line change 315315 <addMavenDescriptor >false</addMavenDescriptor >
316316 <manifestEntries >
317317 <!--
318- Develocity (gradle-enterprise-maven-extension) can reduce the build duration using its cache only for deterministic build.
318+ Develocity can reduce the build duration using its cache only for deterministic build.
319319 'Build-Time', defined in the parent pom, changes at each build and prevents us from benefiting from the cache.
320320 We didn't find a solution to unset 'Build-Time', so as a workaround, we provide a constant value '_'.
321321 -->
324324 </archive >
325325 </configuration >
326326 </plugin >
327- <plugin >
328- <groupId >com.gradle</groupId >
329- <artifactId >gradle-enterprise-maven-extension</artifactId >
330- <configuration >
331- <gradleEnterprise >
332- <normalization >
333- <runtimeClassPath >
334- <metaInf >
335- <ignoredAttributes >
336- <ignore >Implementation-Version</ignore >
337- <ignore >Version</ignore >
338- <ignore >Implementation-Build</ignore >
339- <ignore >Build-Time</ignore >
340- <ignore >Plugin-BuildDate</ignore >
341- <ignore >Plugin-Display-Version</ignore >
342- <ignore >Plugin-Version</ignore >
343- <ignore >Plugin-RequirePlugins</ignore >
344- </ignoredAttributes >
345- </metaInf >
346- </runtimeClassPath >
347- </normalization >
348- </gradleEnterprise >
349- </configuration >
350- </plugin >
351327 </plugins >
352328 </pluginManagement >
353329
You can’t perform that action at this time.
0 commit comments