7 lines
121 B
Makefile
7 lines
121 B
Makefile
run:
|
|
./gradlew :build
|
|
echo "build/libs"
|
|
|
|
copy:
|
|
./gradlew :build && cp build/libs/Paper_Shutdown.jar ~/server/plugins
|