File tree Expand file tree Collapse file tree 1 file changed +29
-19
lines changed
prometheus-metrics-parent Expand file tree Collapse file tree 1 file changed +29
-19
lines changed Original file line number Diff line number Diff line change 6868
6969 <build >
7070 <plugins >
71- <plugin >
72- <groupId >com.diffplug.spotless</groupId >
73- <artifactId >spotless-maven-plugin</artifactId >
74- <version >3.1.0</version >
75- <configuration >
76- <java >
77- <googleJavaFormat />
78- </java >
79- <skip >${spotless.skip} </skip >
80- </configuration >
81- <executions >
82- <execution >
83- <phase >verify</phase >
84- <goals >
85- <goal >check</goal >
86- </goals >
87- </execution >
88- </executions >
89- </plugin >
9071 </plugins >
9172 </build >
9273
9374 <profiles >
75+ <profile >
76+ <id >java17-plus</id >
77+ <activation >
78+ <jdk >[17,)</jdk >
79+ </activation >
80+ <build >
81+ <plugins >
82+ <plugin >
83+ <groupId >com.diffplug.spotless</groupId >
84+ <artifactId >spotless-maven-plugin</artifactId >
85+ <version >3.1.0</version >
86+ <configuration >
87+ <java >
88+ <googleJavaFormat />
89+ </java >
90+ <skip >${spotless.skip} </skip >
91+ </configuration >
92+ <executions >
93+ <execution >
94+ <phase >verify</phase >
95+ <goals >
96+ <goal >check</goal >
97+ </goals >
98+ </execution >
99+ </executions >
100+ </plugin >
101+ </plugins >
102+ </build >
103+ </profile >
94104 <profile >
95105 <id >release</id >
96106 <build >
You can’t perform that action at this time.
0 commit comments