✨ Add intermediary command executors.
This allows for command executors along the entire command chain, such that `/command`and `/command subcommand` may both be executed.
This commit is contained in:
parent
64fa3430a9
commit
0d44a8c944
8 changed files with 160 additions and 23 deletions
4
build.sh
4
build.sh
|
|
@ -3,4 +3,6 @@
|
|||
# Make sure all submodules are initialized
|
||||
git submodule update --remote
|
||||
# Package all jars
|
||||
./mvnw clean package
|
||||
|
||||
export MAVEN_OPTS="-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
|
||||
./mvnw -T1C clean package -DskipTests=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue