File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
language : java
2
2
jdk :
3
- - openjdk7
4
- - oraclejdk8
3
+ - openjdk8
4
+ - openjdk11
5
5
6
6
after_success :
7
7
- mvn clean cobertura:cobertura coveralls:report
Original file line number Diff line number Diff line change 87
87
<artifactId >maven-compiler-plugin</artifactId >
88
88
<version >3.7.0</version >
89
89
<configuration >
90
- <source >1.7 </source >
91
- <target >1.7 </target >
90
+ <source >1.8 </source >
91
+ <target >1.8 </target >
92
92
<showWarnings >true</showWarnings >
93
93
<encoding >${project.build.sourceEncoding} </encoding >
94
94
</configuration >
353
353
<plugin >
354
354
<groupId >org.apache.maven.plugins</groupId >
355
355
<artifactId >maven-checkstyle-plugin</artifactId >
356
- <version >2.17 </version >
356
+ <version >3.1.0 </version >
357
357
<executions >
358
358
<execution >
359
359
<id >verify-style</id >
366
366
<configuration >
367
367
<logViolationsToConsole >true</logViolationsToConsole >
368
368
<includeTestSourceDirectory >true</includeTestSourceDirectory >
369
- <sourceDirectory >${project.build.sourceDirectory} </sourceDirectory >
369
+ <sourceDirectories >${project.build.sourceDirectory} </sourceDirectories >
370
370
<checkstyleRules >
371
371
<module name =" Checker" >
372
372
<module name =" SuppressWarningsFilter" />
405
405
<dependency >
406
406
<groupId >com.puppycrawl.tools</groupId >
407
407
<artifactId >checkstyle</artifactId >
408
- <version >6.19 </version >
408
+ <version >8.22 </version >
409
409
</dependency >
410
410
</dependencies >
411
411
</plugin >
You can’t perform that action at this time.
0 commit comments