feat: add build script
This commit is contained in:
parent
9203d8c95b
commit
63603178ee
1 changed files with 4 additions and 0 deletions
4
build.sh
Executable file
4
build.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
mvn install -f "varo/pom.xml"
|
||||
cp varo/target/varo-1.0.jar ../0LocalServer/plugins/varo.jar
|
||||
echo "Build done and file was moved."
|
Loading…
Reference in a new issue