File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,10 @@ sudo: false
7
7
jdk :
8
8
- oraclejdk8
9
9
- oraclejdk9
10
+ - oraclejdk10
10
11
- openjdk8
12
+ - openjdk9
13
+ - openjdk10
11
14
12
15
# enable cache to stop downloading all maven plugins every time
13
16
cache :
Original file line number Diff line number Diff line change 167
167
<jdk .source.version>1.8</jdk .source.version>
168
168
<jdk .target.version>1.8</jdk .target.version>
169
169
<tools .maven.plugin.version>1.4</tools .maven.plugin.version>
170
- <jacoco .maven.plugin.version>0.7.9 </jacoco .maven.plugin.version>
170
+ <jacoco .maven.plugin.version>0.8.1 </jacoco .maven.plugin.version>
171
171
<maven .source.plugin.version>3.0.1</maven .source.plugin.version>
172
172
<maven .javadoc.plugin.version>2.10.4</maven .javadoc.plugin.version>
173
173
<maven .gpg.plugin.version>1.6</maven .gpg.plugin.version>
You can’t perform that action at this time.
0 commit comments