File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 130
130
131
131
<properties >
132
132
<mavenVersion >3.2.5</mavenVersion >
133
+ <recommendedJavaBuildVersion >11</recommendedJavaBuildVersion >
133
134
<project .build.outputTimestamp>2022-08-16T21:49:15Z</project .build.outputTimestamp>
134
135
</properties >
135
136
227
228
<plugin >
228
229
<groupId >org.apache.maven.plugins</groupId >
229
230
<artifactId >maven-checkstyle-plugin</artifactId >
231
+ <configuration >
232
+ <configLocation >${checkstyle.spotless.config} </configLocation >
233
+ </configuration >
230
234
</plugin >
231
235
<plugin >
232
236
<groupId >org.apache.maven.plugins</groupId >
242
246
</plugins >
243
247
</build >
244
248
245
-
246
249
<reporting >
247
250
<plugins >
248
251
<plugin >
259
262
</reporting >
260
263
261
264
<profiles >
265
+ <profile >
266
+ <id >java11+</id >
267
+ <activation >
268
+ <jdk >[11,)</jdk >
269
+ </activation >
270
+ <build >
271
+ <plugins >
272
+ <plugin >
273
+ <groupId >com.diffplug.spotless</groupId >
274
+ <artifactId >spotless-maven-plugin</artifactId >
275
+ </plugin >
276
+ </plugins >
277
+ </build >
278
+ </profile >
262
279
<profile >
263
280
<id >run-its</id >
264
281
<build >
You can’t perform that action at this time.
0 commit comments