[Skip-CI] Add release_artifacts
This commit is contained in:
parent
1999f8b68a
commit
5d6524b9e3
1 changed files with 1 additions and 0 deletions
1
build.py
1
build.py
|
@ -18,6 +18,7 @@ def initialize(project):
|
||||||
"stage": "notused",
|
"stage": "notused",
|
||||||
"project_root_path": PROJECT_ROOT_PATH,
|
"project_root_path": PROJECT_ROOT_PATH,
|
||||||
"build_types": [],
|
"build_types": [],
|
||||||
|
"release_artifacts": ["target/uberjar/c4k-jitsi-standalone.jar"],
|
||||||
"mixin_types": ["RELEASE"],
|
"mixin_types": ["RELEASE"],
|
||||||
"release_primary_build_file": "project.clj",
|
"release_primary_build_file": "project.clj",
|
||||||
"release_secondary_build_files": [
|
"release_secondary_build_files": [
|
||||||
|
|
Loading…
Reference in a new issue