From 59ef6e67d3a1357c19039527dac47747e2ac20fe Mon Sep 17 00:00:00 2001
From: 648540858 <648540858@qq.com>
Date: 星期四, 17 三月 2022 10:29:49 +0800
Subject: [PATCH] 统一国标设备与级联平台字符集的使用

---
 pom.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2d7f746..7ad53db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -272,6 +272,9 @@
 			<plugin>
 				<groupId>pl.project13.maven</groupId>
 				<artifactId>git-commit-id-plugin</artifactId>
+				<configuration>
+					<offline>true</offline>
+				</configuration>
 			</plugin>
 
 			<plugin>

--
Gitblit v1.8.0