Slightly change scenario
This commit is contained in:
parent
300f214451
commit
64119bc813
2 changed files with 3 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
|||
|
||||
version = "3.3.2-dev"
|
||||
version = "3.3.2-SNAPSHOT"
|
||||
|
|
4
build.py
4
build.py
|
@ -16,8 +16,8 @@ def initialize(project):
|
|||
"project_root_path": PROJECT_ROOT_PATH,
|
||||
"build_types": [],
|
||||
"mixin_types": ["RELEASE"],
|
||||
"release_primary_build_file": "build_to_test.py",
|
||||
"release_secondary_build_files": ["package.json", "project.clj", "build.gradle"],
|
||||
"release_primary_build_file": "build.gradle",
|
||||
"release_secondary_build_files": [],
|
||||
"release_artifacts": ["README.md"],
|
||||
"release_artifact_server_url": "https://repo.prod.meissa.de",
|
||||
"release_organisation": "meissa",
|
||||
|
|
Loading…
Reference in a new issue