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 30
30
<version >3.12.1</version >
31
31
</plugin >
32
32
</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 >
33
62
</build >
34
63
</project >
You can’t perform that action at this time.
0 commit comments