From aceb6a4c1b84dd838636f8f1f6de1678b5033854 Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Fri, 24 Mar 2023 15:40:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20idea=20=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=20'xxx'=20=E6=98=AF=E4=BB=8EMaven=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E7=9A=84=E9=87=8D=E6=96=B0=E7=A7=BB=E6=A4=8D=E5=90=8E=E4=BB=BB?= =?UTF-8?q?=E4=BD=95=E6=9B=B4=E6=94=B9=E9=83=BD=E5=8F=AF=E8=83=BD=E4=B8=A2?= =?UTF-8?q?=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 22eda923..6c027e30 100644 --- a/pom.xml +++ b/pom.xml @@ -28,6 +28,7 @@ 2.3.0 4.9.9 0.0.29 + 3.8.1 0.32.0 https://120.26.168.56:8062 C:\Users\Administrator\Desktop\CA @@ -223,6 +224,17 @@ spring-javaformat-maven-plugin ${spring.checkstyle.plugin} + + + org.apache.maven.plugins + maven-compiler-plugin + ${apache.compiler.plugin} + + ${maven.compiler.source} + ${maven.compiler.target} + ${project.build.sourceEncoding} + +