From 73a3f9bb19f8f83d084530a0354459f46fee7a9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20=C5=BBurek?= Date: Wed, 27 Sep 2023 06:03:42 +0200 Subject: [PATCH] ACS-6015 Add `-parameters` compiler flag (#2212) --- pom.xml | 14 ++++++++++++-- repository/pom.xml | 3 +++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index cf10a6d4a8..9f0361970a 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,8 @@ 0.0.23 1.9.20.1 - 6.0.9 + 6.0.12 + 6.1.4 3.5.3 2.15.2 4.0.2 @@ -81,7 +82,6 @@ 2.20.0 3.0.19 2.4.1 - 6.1.3 7.7.10 5.2.2 5.2.3 @@ -967,6 +967,16 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + + -parameters + + + maven-release-plugin diff --git a/repository/pom.xml b/repository/pom.xml index 6026c115ff..b1693695f8 100644 --- a/repository/pom.xml +++ b/repository/pom.xml @@ -862,6 +862,9 @@ true 1.8 1.8 + + -parameters +