From 94cdc7c543280a485ee37d596c530c5e6b98902d Mon Sep 17 00:00:00 2001 From: Valery Kharseko Date: Tue, 15 Oct 2024 16:38:20 +0300 Subject: [PATCH] ADD maven-compiler-plugin release for cross compile compatibility (#92) --- pom.xml | 37 +++++++++++++++++++++++++++++-------- 1 file changed, 29 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 7b57b20b..abab40e8 100644 --- a/pom.xml +++ b/pom.xml @@ -14,6 +14,7 @@ Copyright 2010-2011 ApexIdentity Inc. Portions Copyright 2011-2016 ForgeRock AS. + Portions Copyright 2018-2024 3A Systems, LLC. --> 4.0.0 @@ -31,14 +32,12 @@ UTF-8 - - 2.9.1 https://github.com/OpenIdentityPlatform/OpenIG/wiki 3.1.0 - 1.8 - 1.8 + 8 + 8 1.0.3 @@ -909,10 +908,8 @@ true org.apache.maven.plugins maven-compiler-plugin - 3.10.1 + 3.13.0 - ${maven.compiler.source} - ${maven.compiler.target} true -XDignore.symbol.file @@ -965,7 +962,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.1.1 + 3.10.1 @@ -1060,6 +1057,30 @@ + + set-compiler-release + + [9,) + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + true + 8 + + -XDignore.symbol.file + -Xlint:unchecked + + + + + + + jdk11.options