From 78508feb821a1ce8e4aed90b2e9eddb0286d6652 Mon Sep 17 00:00:00 2001 From: jespergravgaard Date: Mon, 24 Aug 2020 23:36:54 +0200 Subject: [PATCH] Downgraded required language level to Java 1.8. --- .idea/compiler.xml | 2 +- .idea/misc.xml | 2 +- kickc.iml | 4 ++-- pom.xml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 471d3a944..418269bdb 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -24,7 +24,7 @@ - + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 4b95de68e..052a3775e 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -43,7 +43,7 @@ - + \ No newline at end of file diff --git a/kickc.iml b/kickc.iml index a98e13137..79ad25895 100644 --- a/kickc.iml +++ b/kickc.iml @@ -1,6 +1,6 @@ - + @@ -9,7 +9,7 @@ - + diff --git a/pom.xml b/pom.xml index 4f5ec6fb7..7b3b83798 100644 --- a/pom.xml +++ b/pom.xml @@ -5,8 +5,8 @@ 4.0.0 - 14 - 14 + 8 + 8 UTF-8 -Xmx2048m