Commit e4688c8 1 parent d44d55f commit e4688c8 Copy full SHA for e4688c8
File tree 2 files changed +5
-19
lines changed
2 files changed +5
-19
lines changed Original file line number Diff line number Diff line change 25
25
- name : print Maven and Java versions
26
26
run : mvn --version
27
27
- name : Build
28
- run : mvn --no-transfer-progress -B clean verify animal-sniffer:check
28
+ run : mvn -ntp -B clean verify
Original file line number Diff line number Diff line change @@ -195,8 +195,7 @@ under the License.
195
195
<artifactId >maven-compiler-plugin</artifactId >
196
196
<version >3.12.1</version >
197
197
<configuration >
198
- <source >1.8</source >
199
- <target >1.8</target >
198
+ <release >11</release >
200
199
</configuration >
201
200
</plugin >
202
201
@@ -305,7 +304,7 @@ under the License.
305
304
<excludes >
306
305
<exclude >org/scoverage/plugin/HelpMojo.java</exclude >
307
306
</excludes >
308
- <targetJdk >1.8 </targetJdk >
307
+ <targetJdk >11 </targetJdk >
309
308
</configuration >
310
309
</plugin >
311
310
@@ -360,19 +359,6 @@ under the License.
360
359
<version >3.2.3</version >
361
360
</plugin >
362
361
363
- <plugin >
364
- <groupId >org.codehaus.mojo</groupId >
365
- <artifactId >animal-sniffer-maven-plugin</artifactId >
366
- <version >1.23</version >
367
- <configuration >
368
- <signature >
369
- <groupId >org.codehaus.mojo.signature</groupId >
370
- <artifactId >java18</artifactId >
371
- <version >1.0</version >
372
- </signature >
373
- </configuration >
374
- </plugin >
375
-
376
362
<plugin >
377
363
<groupId >org.codehaus.mojo</groupId >
378
364
<artifactId >clirr-maven-plugin</artifactId >
@@ -527,8 +513,8 @@ under the License.
527
513
<configuration >
528
514
<rules >
529
515
<requireJavaVersion >
530
- <version >1.8 </version >
531
- <message >Java 1.8 or later required.</message >
516
+ <version >11 </version >
517
+ <message >Java 11 or later required.</message >
532
518
</requireJavaVersion >
533
519
</rules >
534
520
</configuration >
You can’t perform that action at this time.
0 commit comments