File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,13 @@ language: java
5
5
sudo : false
6
6
7
7
jdk :
8
- - oraclejdk8
9
8
- oraclejdk11
9
+ - oraclejdk12
10
+ - oraclejdk13
10
11
- openjdk8
11
12
- openjdk11
13
+ - openjdk12
14
+ - openjdk13
12
15
13
16
# enable cache to stop downloading all maven plugins every time
14
17
cache :
@@ -21,7 +24,7 @@ before_install:
21
24
- pip install --user codecov
22
25
23
26
# No need to run mvn install, so skip this step
24
- install : true
27
+ install : skip
25
28
26
29
# emulate a display for the gui tests
27
30
before_script :
Original file line number Diff line number Diff line change 187
187
<jdk .source.version>1.8</jdk .source.version>
188
188
<jdk .target.version>1.8</jdk .target.version>
189
189
<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>
191
191
<maven .source.plugin.version>3.0.1</maven .source.plugin.version>
192
192
<maven .javadoc.plugin.version>3.0.1</maven .javadoc.plugin.version>
193
193
<maven .gpg.plugin.version>1.6</maven .gpg.plugin.version>
You can’t perform that action at this time.
0 commit comments