change primary and secondary release files
This commit is contained in:
parent
3802c8f5ea
commit
b3d2d79911
1 changed files with 2 additions and 2 deletions
4
build.py
4
build.py
|
@ -17,8 +17,8 @@ def initialize(project):
|
||||||
"project_root_path": PROJECT_ROOT_PATH,
|
"project_root_path": PROJECT_ROOT_PATH,
|
||||||
"build_types": [],
|
"build_types": [],
|
||||||
"mixin_types": ["RELEASE"],
|
"mixin_types": ["RELEASE"],
|
||||||
"release_primary_build_file": "build.gradle",
|
"release_primary_build_file": "build_to_test.py",
|
||||||
"release_secondary_build_files": ["build.py"],
|
"release_secondary_build_files": ["package.json", "project.clj", "build.gradle"],
|
||||||
"release_artifacts": ["README.md"],
|
"release_artifacts": ["README.md"],
|
||||||
"release_artifact_server_url": "https://repo.prod.meissa.de",
|
"release_artifact_server_url": "https://repo.prod.meissa.de",
|
||||||
"release_organisation": "meissa",
|
"release_organisation": "meissa",
|
||||||
|
|
Loading…
Reference in a new issue