add gradle build file
This commit is contained in:
parent
edd039ef20
commit
2d0377f0cc
2 changed files with 3 additions and 1 deletions
2
build.gradle
Normal file
2
build.gradle
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
version = "2.0.8-SNAPSHOT"
|
2
build.py
2
build.py
|
@ -17,7 +17,7 @@ def initialize(project):
|
|||
"build_types": [],
|
||||
"mixin_types": ["RELEASE"],
|
||||
"release_primary_build_file": "build_to_test.py",
|
||||
"release_secondary_build_files": ["package.json", "project.clj"],
|
||||
"release_secondary_build_files": ["package.json", "project.clj", "build.gradle"],
|
||||
"release_artifacts": ["README.md"],
|
||||
"release_artifact_server_url": "https://repo.prod.meissa.de",
|
||||
"release_organisation": "meissa",
|
||||
|
|
Loading…
Reference in a new issue