From ed8bb57fe24dfbe8f45b8f53370ebb79f1511268 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Tue, 26 Dec 2023 19:39:32 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E4=BC=98=E5=8C=96=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 根据控制台提示优化编译配置:Using deprecated '-debug' fallback for parameter name resolution. Compile the affected code with '-parameters' instead or avoid its introspection --- continew-admin-webapi/pom.xml | 9 --------- pom.xml | 19 ++++++++++++++++++- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/continew-admin-webapi/pom.xml b/continew-admin-webapi/pom.xml index fe9ee7c2..80745e83 100644 --- a/continew-admin-webapi/pom.xml +++ b/continew-admin-webapi/pom.xml @@ -57,15 +57,6 @@ ${project.parent.name} - - - org.apache.maven.plugins - maven-surefire-plugin - - - true - - org.apache.maven.plugins diff --git a/pom.xml b/pom.xml index 308bd6e9..6b633b80 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,24 @@ - + + + org.apache.maven.plugins + maven-compiler-plugin + + -parameters + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + true + + + com.diffplug.spotless spotless-maven-plugin