File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,13 @@ language: java
55sudo : false
66
77jdk :
8- - oraclejdk8
98 - oraclejdk11
9+ - oraclejdk12
10+ - oraclejdk13
1011 - openjdk8
1112 - openjdk11
13+ - openjdk12
14+ - openjdk13
1215
1316# enable cache to stop downloading all maven plugins every time
1417cache :
@@ -21,7 +24,7 @@ before_install:
2124 - pip install --user codecov
2225
2326# No need to run mvn install, so skip this step
24- install : true
27+ install : skip
2528
2629# emulate a display for the gui tests
2730before_script :
Original file line number Diff line number Diff line change 187187 <jdk .source.version>1.8</jdk .source.version>
188188 <jdk .target.version>1.8</jdk .target.version>
189189 <tools .maven.plugin.version>1.4</tools .maven.plugin.version>
190- <jacoco .maven.plugin.version>0.8.2 </jacoco .maven.plugin.version>
190+ <jacoco .maven.plugin.version>0.8.4 </jacoco .maven.plugin.version>
191191 <maven .source.plugin.version>3.0.1</maven .source.plugin.version>
192192 <maven .javadoc.plugin.version>3.0.1</maven .javadoc.plugin.version>
193193 <maven .gpg.plugin.version>1.6</maven .gpg.plugin.version>
You can’t perform that action at this time.
0 commit comments