From 09187fba63fa8485d9e56f0a77a659c337566199 Mon Sep 17 00:00:00 2001 From: Sachin Rana Date: Mon, 22 Dec 2025 18:24:44 +0530 Subject: [PATCH] added -parameters compiler flag Signed-off-by: Sachin Rana --- mock-plugin/pom.xml | 1 + mosip-identity-plugin/pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/mock-plugin/pom.xml b/mock-plugin/pom.xml index a9fdb91..1948985 100644 --- a/mock-plugin/pom.xml +++ b/mock-plugin/pom.xml @@ -381,6 +381,7 @@ org.apache.maven.plugins maven-compiler-plugin + true ${maven.compiler.source} ${maven.compiler.target} diff --git a/mosip-identity-plugin/pom.xml b/mosip-identity-plugin/pom.xml index 15d9f23..6f48c0d 100644 --- a/mosip-identity-plugin/pom.xml +++ b/mosip-identity-plugin/pom.xml @@ -511,6 +511,7 @@ org.apache.maven.plugins maven-compiler-plugin + true ${maven.compiler.source} ${maven.compiler.target}