SY/bin/package.bat

8 lines
86 B
Batchfile
Raw Permalink Normal View History

2025-12-18 10:17:43 +08:00
@echo off
%~d0
cd %~dp0
cd ..
call mvn clean package -Dmaven.test.skip=true
cd %~dp0