File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 229
229
230
230
<properties >
231
231
<mavenVersion >3.6.3</mavenVersion >
232
+ <recommendedJavaBuildVersion >11</recommendedJavaBuildVersion >
232
233
<slf4j .version>1.7.36</slf4j .version>
233
234
<invoker .parallelThreads>1C</invoker .parallelThreads>
234
235
<project .build.outputTimestamp>2022-07-15T02:43:45Z</project .build.outputTimestamp>
344
345
<invoker .parallelThreads>1</invoker .parallelThreads>
345
346
</properties >
346
347
</profile >
348
+ <profile >
349
+ <id >java11+</id >
350
+ <activation >
351
+ <jdk >[11,)</jdk >
352
+ </activation >
353
+ <build >
354
+ <plugins >
355
+ <plugin >
356
+ <groupId >com.diffplug.spotless</groupId >
357
+ <artifactId >spotless-maven-plugin</artifactId >
358
+ </plugin >
359
+ </plugins >
360
+ </build >
361
+ </profile >
347
362
<profile >
348
363
<id >java17+</id >
349
364
<activation >
You can’t perform that action at this time.
0 commit comments