author | Jordan Doyle <jordan.doyle@outlook.com> | 2015-04-13 2:34:55.0 +01:00:00 |
---|---|---|
committer | Jordan Doyle <jordan.doyle@outlook.com> | 2015-04-13 2:34:55.0 +01:00:00 |
commit | 71958485ad86c9e58852d7e235e7bbe579e3ebb7 [patch] |
|
tree | f8235d4b1613f96434fb39d2999d75ccb78eabb1 |
|
parent | e1254939b9b86f068c94b7be2bac6578c9394db0 |
|
download | 71958485ad86c9e58852d7e235e7bbe579e3ebb7.tar.gz |
Attempt to make travis build using JDK8
Diff
pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 4ccabc7..4735df4 100644 --- a/pom.xml +++ a/pom.xml @@ -63,6 +63,15 @@ </archive> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </plugin> </plugins> </build> </project>