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",