oblak/build.sh
Alexander Söderberg 0d44a8c944 Add intermediary command executors.
This allows for command executors along the entire command chain, such that `/command`and `/command subcommand` may both be executed.
2020-09-26 17:39:54 +02:00

8 lines
216 B
Bash
Executable file

#!/bin/bash
# Make sure all submodules are initialized
git submodule update --remote
# Package all jars
export MAVEN_OPTS="-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
./mvnw -T1C clean package -DskipTests=true