From 470b0601b33c559186dc60e9444bba291ccc94e2 Mon Sep 17 00:00:00 2001
From: Daniel Gerhardt <code@dgerhardt.net>
Date: Mon, 27 Mar 2017 13:22:53 +0200
Subject: [PATCH] Bump Java source and target versions to 1.8

This will allow us to use type annotations, lambdas, etc. Documentation
already states Java 8+ as a requirement.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 77c04eb05..e62c1e96f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -321,8 +321,8 @@
 				<artifactId>maven-compiler-plugin</artifactId>
 				<version>3.6.1</version>
 				<configuration>
-					<source>1.7</source>
-					<target>1.7</target>
+					<source>1.8</source>
+					<target>1.8</target>
 				</configuration>
 			</plugin>
 			<plugin>
-- 
GitLab