mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
8 lines
No EOL
180 B
Batchfile
8 lines
No EOL
180 B
Batchfile
@echo off
|
|
cd Management-Server
|
|
|
|
if NOT exist DoNotCreateThisFile.txt (
|
|
.\mvnw.cmd package -DskipTests
|
|
xcopy /Y target\*-with-dependencies.jar ms.jar*
|
|
java -jar ms.jar
|
|
) |