0985dacbfe
- Change groupId: com.lframework -> com.yueqian - Change artifactId: xingyun -> yueqian-erp - Rename modules: xingyun-* -> yueqian-erp-* - Update Java packages: com.lframework.xingyun -> com.yueqian.xingyun - Preserve external Jugg framework dependencies as com.lframework - Update README and documentation
8 lines
146 B
Batchfile
8 lines
146 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
powershell -ExecutionPolicy Bypass -File "%~dp0build-image.ps1" %*
|
|
set EXIT_CODE=%ERRORLEVEL%
|
|
|
|
endlocal & exit /b %EXIT_CODE%
|