⬆️ Use Java 8
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Sat, 29 Feb 2020 11:01:04 +0000 (12:01 +0100)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Sat, 29 Feb 2020 11:02:08 +0000 (12:02 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 0477a40..8b804fa 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -54,8 +54,8 @@
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-compiler-plugin</artifactId>
                                <configuration>
-                                       <source>1.6</source>
-                                       <target>1.6</target>
+                                       <source>1.8</source>
+                                       <target>1.8</target>
                                        <encoding>UTF-8</encoding>
                                </configuration>
                        </plugin>