File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
language : java
2
2
sudo : required
3
3
4
+ jdk :
5
+ - oraclejdk8
6
+ - openjdk11
7
+
4
8
services :
5
9
- docker
6
10
Original file line number Diff line number Diff line change 20
20
<properties >
21
21
<maven .compiler.source>1.8</maven .compiler.source>
22
22
<maven .compiler.target>1.8</maven .compiler.target>
23
-
23
+
24
+ <jacoco-maven-plugin .version>0.8.2</jacoco-maven-plugin .version>
25
+ <maven-compiler-plugin .version>3.8.0</maven-compiler-plugin .version>
26
+ <maven-deploy-plugin .version>2.8.2</maven-deploy-plugin .version>
24
27
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
25
28
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
26
29
101
104
<plugin >
102
105
<groupId >org.apache.maven.plugins</groupId >
103
106
<artifactId >maven-deploy-plugin</artifactId >
104
- <version >2.8.2 </version >
107
+ <version >${maven-deploy-plugin.version} </version >
105
108
</plugin >
106
109
<plugin >
107
110
<groupId >org.apache.maven.plugins</groupId >
111
114
<plugin >
112
115
<groupId >org.apache.maven.plugins</groupId >
113
116
<artifactId >maven-compiler-plugin</artifactId >
114
- <version >3.1 </version >
117
+ <version >${maven-compiler-plugin.version} </version >
115
118
</plugin >
116
119
<plugin >
117
120
<groupId >org.apache.maven.plugins</groupId >
278
281
<plugin >
279
282
<groupId >org.jacoco</groupId >
280
283
<artifactId >jacoco-maven-plugin</artifactId >
281
- <version >0.7.9 </version >
284
+ <version >${jacoco-maven-plugin.version} </version >
282
285
<executions >
283
286
<!-- Unit tests configuration -->
284
287
<execution >
You can’t perform that action at this time.
0 commit comments