First build
This commit is contained in:
14
build.bat
Normal file
14
build.bat
Normal file
@@ -0,0 +1,14 @@
|
||||
@echo off
|
||||
echo Building SmartCraft Notifier...
|
||||
|
||||
REM Run Maven clean & package
|
||||
mvn clean package
|
||||
|
||||
IF %ERRORLEVEL% NEQ 0 (
|
||||
echo Build failed! Check errors above.
|
||||
pause
|
||||
exit /b %ERRORLEVEL%
|
||||
)
|
||||
|
||||
echo Build completed! Check the 'target' folder for your .jar
|
||||
pause
|
Reference in New Issue
Block a user