mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
5 lines
144 B
Bash
Executable file
5 lines
144 B
Bash
Executable file
#!/bin/bash
|
|
cd Management-Server
|
|
sh mvnw package
|
|
mv target/*with-dependencies.jar ms.jar
|
|
echo "Jar built and moved to Management-Server/ms.jar"
|