We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5ef298 + 4820b73 commit 040dacbCopy full SHA for 040dacb
.travis.yml
@@ -1,8 +1,7 @@
1
language: java
2
3
jdk:
4
- - oraclejdk7
5
- - openjdk7
+ - oraclejdk8
6
7
notifications:
8
email: false
pom.xml
@@ -90,8 +90,8 @@
90
<artifactId>maven-compiler-plugin</artifactId>
91
<version>3.0</version>
92
<configuration>
93
- <source>1.6</source>
94
- <target>1.6</target>
+ <source>1.8</source>
+ <target>1.8</target>
95
<encoding>UTF-8</encoding>
96
</configuration>
97
</plugin>
@@ -311,4 +311,4 @@
311
</profile>
312
</profiles>
313
314
-</project>
+</project>
0 commit comments