Files
PlazmaBukkitMC/scripts/reapply.cmd
2023-03-08 11:33:01 +09:00

8 lines
190 B
Batchfile

@echo off
taskkill /f /t /im java.exe >> NUL
taskkill /f /t /im git.exe >> NUL
rd /s /q Plazma-API >> NUL
rd /s /q Plazma-Server >> NUL
rd /s /q .gradle >> NUL
call gradlew.bat applyPatches