bld-spring-boot/bld.bat
2023-10-25 20:36:49 -07:00

4 lines
No EOL
159 B
Batchfile

@echo off
set DIRNAME=%~dp0
if "%DIRNAME%" == "" set DIRNAME=.
java -jar "%DIRNAME%/lib/bld/bld-wrapper.jar" "%0" --build rife.bld.extension.SpringBootBuild %*