File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 3030 <version >3.12.1</version >
3131 </plugin >
3232 </plugins >
33+ <pluginManagement >
34+ <plugins >
35+ <plugin >
36+ <groupId >com.gradle</groupId >
37+ <artifactId >develocity-maven-extension</artifactId >
38+ <configuration >
39+ <develocity >
40+ <normalization >
41+ <runtimeClassPath >
42+ <!-- Ignore the whole file -->
43+ <ignoredFiles >
44+ <ignoredFile >build-info.properties</ignoredFile >
45+ </ignoredFiles >
46+ <!-- Or ignore specific properties in a file -->
47+ <!-- <propertiesNormalizations>-->
48+ <!-- <propertiesNormalization>-->
49+ <!-- <path>build-info.properties</path>-->
50+ <!-- <ignoredProperties>-->
51+ <!-- <ignore>timestamp</ignore>-->
52+ <!-- </ignoredProperties>-->
53+ <!-- </propertiesNormalization>-->
54+ <!-- </propertiesNormalizations>-->
55+ </runtimeClassPath >
56+ </normalization >
57+ </develocity >
58+ </configuration >
59+ </plugin >
60+ </plugins >
61+ </pluginManagement >
3362 </build >
3463</project >
You can’t perform that action at this time.
0 commit comments