File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ sudo: required
2
2
dist : trusty
3
3
language : java
4
4
jdk :
5
- # - openjdk6
6
- # - openjdk7
7
- - oraclejdk7
8
5
- oraclejdk8
9
6
addons :
10
7
# Fix OpenJDK builds
Original file line number Diff line number Diff line change 49
49
50
50
<properties >
51
51
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
52
+ <maven .compiler.source>1.8</maven .compiler.source>
53
+ <maven .compiler.target>1.8</maven .compiler.target>
52
54
</properties >
53
55
54
56
<distributionManagement >
120
122
<groupId >org.apache.maven.plugins</groupId >
121
123
<artifactId >maven-compiler-plugin</artifactId >
122
124
<version >3.5.1</version >
123
- <configuration >
124
- <source >1.6</source >
125
- <target >1.6</target >
126
- </configuration >
127
125
</plugin >
128
126
<plugin >
129
127
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments