From 76299020187295a128e2e577a43273e6473868ac Mon Sep 17 00:00:00 2001 From: Graham Date: Sat, 11 Jan 2020 10:18:21 +0000 Subject: [PATCH] Switch to Java 8 We don't need any Java 11 features now we use Kotlin. Java 8 is still relatively widespread. --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3a70943..921b883 100644 --- a/pom.xml +++ b/pom.xml @@ -305,7 +305,8 @@ org.apache.maven.plugins maven-compiler-plugin - 11 + 1.8 + 1.8