From 8b17ced5338019881317e8f5ecaa96907739fc35 Mon Sep 17 00:00:00 2001 From: nitrix Date: Tue, 21 Mar 2023 22:43:40 +0100 Subject: [PATCH] Build: Set Java to verison 17 --- .idea/compiler.xml | 2 +- klang.iml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 5b530e0..6963f32 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -10,7 +10,7 @@ - + \ No newline at end of file diff --git a/klang.iml b/klang.iml index d75274d..1a80057 100644 --- a/klang.iml +++ b/klang.iml @@ -1,6 +1,6 @@ - + diff --git a/pom.xml b/pom.xml index 956661e..c3b6b7c 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ maven-compiler-plugin 3.8.0 - 11 + 17