Add build instructions to README and make the build process update submodules in the initialisation phase
This commit is contained in:
parent
cb1a6ee709
commit
990b5685af
3 changed files with 43 additions and 0 deletions
6
build.sh
Executable file
6
build.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Make sure all submodules are initialized
|
||||
git submodule update --remote
|
||||
# Package all jars
|
||||
mvn clean package
|
||||
Loading…
Add table
Add a link
Reference in a new issue