Add build instructions to README and make the build process update submodules in the initialisation phase

This commit is contained in:
Alexander Söderberg 2020-09-12 17:26:58 +02:00
parent cb1a6ee709
commit 990b5685af
3 changed files with 43 additions and 0 deletions

6
build.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
# Make sure all submodules are initialized
git submodule update --remote
# Package all jars
mvn clean package