From 64119bc813636ebbdf0b70d2d0923b4137f9eb05 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 17 Nov 2023 12:02:26 +0100 Subject: [PATCH] Slightly change scenario --- build.gradle | 2 +- build.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index afda822..b0d535d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,2 +1,2 @@ -version = "3.3.2-dev" +version = "3.3.2-SNAPSHOT" diff --git a/build.py b/build.py index 02850ec..459f8b0 100644 --- a/build.py +++ b/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",