add gradle build file

main
Michael Jerger 8 months ago
parent edd039ef20
commit 2d0377f0cc

@ -0,0 +1,2 @@
version = "2.0.8-SNAPSHOT"

@ -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…
Cancel
Save