From c959e2fce5da8a984fda18245f28bd4b403ba89e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz>
Date: Thu, 14 Oct 2021 15:11:22 +0200
Subject: [PATCH] Compiler argument recognizable by release plugin

---
 pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 24afed9..5ac2385 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,9 +69,7 @@
 				<artifactId>maven-compiler-plugin</artifactId>
 				<version>3.8.1</version>
 				<configuration>
-					<compilerArguments>
-						<Xlint:all />
-					</compilerArguments>
+					<compilerArgument>-Xlint:all</compilerArgument>
 					<source>${project.source.version}</source>
 					<target>${project.target.version}</target>
 				</configuration>
-- 
GitLab