From ecadf5a4b7dc999adf61545eca9f4ca3678398e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Chmielarz?= Date: Sun, 28 Jan 2024 09:12:37 +0100 Subject: [PATCH] Fixes issue with compiling project for JDK8 --- pom.xml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 8570c116..7e3d85fb 100644 --- a/pom.xml +++ b/pom.xml @@ -132,18 +132,14 @@ + + 8 + 8 + 8 + + - - org.apache.maven.plugins - maven-compiler-plugin - - 1.8 - 1.8 - ${project.build.sourceEncoding} - - - org.apache.maven.plugins maven-javadoc-plugin