mirror of
https://github.com/Javen205/IJPay.git
synced 2026-05-06 13:31:46 +08:00
✨ 新增脚本删除 module 下的 pom.xml.versionsBackup
This commit is contained in:
7
bin/del_versions_backup.sh
Executable file
7
bin/del_versions_backup.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
#------------------------------------------------
|
||||
# 删除 module 下的 pom.xml.versionsBackup
|
||||
#------------------------------------------------
|
||||
|
||||
rm -rf pom.xml.versionsBackup */pom.xml.versionsBackup
|
||||
Reference in New Issue
Block a user