File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ after_script:
36
36
# http://www.webupd8.org/2017/06/why-oracle-java-7-and-6-installers-no.html
37
37
# - oraclejdk8 is not supported anymore.
38
38
jdk :
39
- - openjdk7
39
+ - openjdk8
40
40
cache :
41
41
directories :
42
42
- $HOME/.m2/repository
Original file line number Diff line number Diff line change 43
43
<properties >
44
44
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
45
45
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
46
- <maven .compiler.source>1.7 </maven .compiler.source>
47
- <maven .compiler.target>1.7 </maven .compiler.target>
46
+ <maven .compiler.source>1.8 </maven .compiler.source>
47
+ <maven .compiler.target>1.8 </maven .compiler.target>
48
48
<maven .compiler.showDeprecation>true</maven .compiler.showDeprecation>
49
49
<maven .compiler.showWarnings>true</maven .compiler.showWarnings>
50
50
You can’t perform that action at this time.
0 commit comments