File tree Expand file tree Collapse file tree 2 files changed +5
-19
lines changed Expand file tree Collapse file tree 2 files changed +5
-19
lines changed Original file line number Diff line number Diff line change 2525 - name : print Maven and Java versions
2626 run : mvn --version
2727 - 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.
195195 <artifactId >maven-compiler-plugin</artifactId >
196196 <version >3.12.1</version >
197197 <configuration >
198- <source >1.8</source >
199- <target >1.8</target >
198+ <release >11</release >
200199 </configuration >
201200 </plugin >
202201
@@ -305,7 +304,7 @@ under the License.
305304 <excludes >
306305 <exclude >org/scoverage/plugin/HelpMojo.java</exclude >
307306 </excludes >
308- <targetJdk >1.8 </targetJdk >
307+ <targetJdk >11 </targetJdk >
309308 </configuration >
310309 </plugin >
311310
@@ -360,19 +359,6 @@ under the License.
360359 <version >3.2.3</version >
361360 </plugin >
362361
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-
376362 <plugin >
377363 <groupId >org.codehaus.mojo</groupId >
378364 <artifactId >clirr-maven-plugin</artifactId >
@@ -527,8 +513,8 @@ under the License.
527513 <configuration >
528514 <rules >
529515 <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 >
532518 </requireJavaVersion >
533519 </rules >
534520 </configuration >
You can’t perform that action at this time.
0 commit comments