From 28e5c1ae05100c7229230ef9adf749b16c6ff4ee Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期二, 15 三月 2022 10:13:19 +0800 Subject: [PATCH] 修复平台编辑的bug --- 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