From e8a72f4d53a59db099d9db7c2aa251709128d5f3 Mon Sep 17 00:00:00 2001 From: "Jonguk. Lim" Date: Fri, 17 Mar 2023 11:42:00 +0900 Subject: [PATCH] =?UTF-8?q?build:=20maven=20java=20version=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=EB=93=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index ccccf764..0746539e 100644 --- a/pom.xml +++ b/pom.xml @@ -19,6 +19,7 @@ UTF-8 + 1.8 4.3.25.RELEASE 3.10.0 3.0.5 @@ -776,9 +777,9 @@ org.apache.maven.plugins maven-compiler-plugin - 11 - 11 - UTF-8 + ${java-version} + ${java-version} + ${encoding} @@ -1019,6 +1020,17 @@ false + + + + prod + + prod + + + false + +