File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 266
266
<profiles >
267
267
<profile >
268
268
<id >release</id >
269
+ <properties >
270
+ <maven .test.skip>true</maven .test.skip>
271
+ <skipTests >true</skipTests >
272
+ </properties >
269
273
<build >
270
274
<plugins >
271
275
<plugin >
308
312
</execution >
309
313
</executions >
310
314
</plugin >
315
+ <plugin >
316
+ <groupId >org.apache.maven.plugins</groupId >
317
+ <artifactId >maven-enforcer-plugin</artifactId >
318
+ <executions >
319
+ <execution >
320
+ <id >enforce-jdk</id >
321
+ <goals >
322
+ <goal >enforce</goal >
323
+ </goals >
324
+ <configuration >
325
+ <rules >
326
+ <requireJavaVersion >
327
+ <version >[11, 12)</version >
328
+ </requireJavaVersion >
329
+ </rules >
330
+ </configuration >
331
+ </execution >
332
+ </executions >
333
+ </plugin >
311
334
</plugins >
312
335
</build >
313
336
</profile >
You can’t perform that action at this time.
0 commit comments