Compare commits
No commits in common. "b2ae76f867d6d663d3b0370677fa98d370c2dfbc" and "65c3a42a1b6bce8df2dece256a3ef77944bfcb8a" have entirely different histories.
b2ae76f867
...
65c3a42a1b
2 changed files with 2 additions and 3 deletions
|
@ -16,7 +16,7 @@ plugins {
|
|||
apply plugin: "maven-publish"
|
||||
|
||||
|
||||
version = "0.28.4-SNAPSHOT"
|
||||
version = "0.28.3-SNAPSHOT"
|
||||
group = "org.domaindrivenarchitecture.provs"
|
||||
|
||||
|
||||
|
|
3
build.py
3
build.py
|
@ -6,7 +6,6 @@ name = "buildtest"
|
|||
MODULE = "release"
|
||||
PROJECT_ROOT_PATH = "."
|
||||
|
||||
version = "0.28.4-SNAPSHOT"
|
||||
|
||||
@init
|
||||
def initialize(project):
|
||||
|
@ -18,7 +17,7 @@ def initialize(project):
|
|||
"build_types": [],
|
||||
"mixin_types": ["RELEASE"],
|
||||
"release_primary_build_file": "build.gradle",
|
||||
"release_secondary_build_files": ["build.py"],
|
||||
"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