From 3a8943baefabdfa068099ab9f6d42d4e8cdfaf26 Mon Sep 17 00:00:00 2001 From: EpicKnarvik97 Date: Sat, 9 Oct 2021 23:38:55 +0200 Subject: [PATCH] Configures the maven-compiler-plugin to also compile the source code as Java 16 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 285e6f9..33b927f 100644 --- a/pom.xml +++ b/pom.xml @@ -75,8 +75,8 @@ maven-compiler-plugin 3.6.1 - 1.8 - 1.8 + 16 + 16