♻️ Refactor backend bundle build process.

Now the final artifact is a single, compiled uberjar.
It considerably improves startup speed.
This commit is contained in:
Andrey Antukh
2022-01-11 16:30:22 +01:00
committed by Alonso Torres
parent 9488a9a1ad
commit c48da3d316
7 changed files with 59 additions and 76 deletions

View File

@@ -207,6 +207,10 @@ function usage {
}
case $1 in
version)
print-current-version
;;
## devenv related commands
pull-devenv)
pull-devenv ${@:2};