Actually create the uberjar
This commit is contained in:
parent
b08831c477
commit
c2574c481f
1 changed files with 1 additions and 0 deletions
1
build.py
1
build.py
|
@ -97,6 +97,7 @@ def package_frontend(project):
|
|||
|
||||
@task
|
||||
def package_uberjar(project):
|
||||
run("lein uberjar", shell=True, check=True)
|
||||
run(
|
||||
"sha256sum target/uberjar/c4k-nextcloud-standalone.jar > target/uberjar/c4k-nextcloud-standalone.jar.sha256",
|
||||
shell=True,
|
||||
|
|
Loading…
Reference in a new issue