Require Java 8
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Sun, 31 Jan 2016 04:22:21 +0000 (05:22 +0100)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Sun, 31 Jan 2016 04:22:21 +0000 (05:22 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 42d793c..11224ec 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -31,8 +31,8 @@
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-compiler-plugin</artifactId>
                                <configuration>
-                                       <source>1.7</source>
-                                       <target>1.7</target>
+                                       <source>1.8</source>
+                                       <target>1.8</target>
                                        <encoding>UTF-8</encoding>
                                </configuration>
                        </plugin>