From 2d0377f0cc4286a40f1096bc81c27685051207f1 Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Fri, 10 Nov 2023 15:36:42 +0100 Subject: [PATCH] add gradle build file --- build.gradle | 2 ++ build.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 build.gradle diff --git a/build.gradle b/build.gradle new file mode 100644 index 0000000..40f3864 --- /dev/null +++ b/build.gradle @@ -0,0 +1,2 @@ + +version = "2.0.8-SNAPSHOT" diff --git a/build.py b/build.py index e1b8700..02850ec 100644 --- a/build.py +++ b/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",