meow :3
This commit is contained in:
parent
739abce169
commit
044a0d674a
11 changed files with 100 additions and 13 deletions
10
build.sh
Normal file
10
build.sh
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
catch () {
|
||||
echo "An error occured: see above."
|
||||
exit 1
|
||||
}
|
||||
|
||||
./gradlew build -PisDebug=./server/plugins || catch
|
||||
|
||||
cd server && java -jar server.jar -nogui && cd ..
|
Loading…
Add table
Add a link
Reference in a new issue