oblak/build.sh
Alexander Söderberg 75f65c2da2
Update build.sh
2020-09-12 19:31:36 +02:00

6 lines
126 B
Bash
Executable file

#!/bin/bash
# Make sure all submodules are initialized
git submodule update --remote
# Package all jars
./mvnw clean package