From 57a98dab074e3944577cb4c073ea8d36684046b1 Mon Sep 17 00:00:00 2001
From: fuxinji9527 <1992666531@qq.com>
Date: Tue, 28 May 2024 18:56:15 +0800
Subject: [PATCH 1/2] add spotbugs-maven-plugin
---
pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/pom.xml b/pom.xml
index 42445f6..a62540e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,6 +216,14 @@
+
+ com.github.spotbugs
+ spotbugs-maven-plugin
+ 4.2.3
+
+ Max
+
+
--
Gitee
From 9e4b9f0ae7adbdbf173e74588309520563e05798 Mon Sep 17 00:00:00 2001
From: fuxinji9527 <1992666531@qq.com>
Date: Tue, 28 May 2024 19:03:59 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8F=92=E4=BB=B6?=
=?UTF-8?q?=E7=89=88=E6=9C=AC=E5=85=BC=E5=AE=B9jdk17?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index a62540e..34f8f24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,6 +188,7 @@
17
17
+ 17
--
Gitee