From 2c7baecf7588a2e63a5ae4f27fdb54d25c4d0eac Mon Sep 17 00:00:00 2001 From: "sergey.tolstyh" Date: Tue, 31 Mar 2026 14:18:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BA=D0=B0=20=D0=BE=D1=82=D0=BA?= =?UTF-8?q?=D0=BB=D1=8E=D1=87=D0=B8=D0=BB=20=D0=BF=D1=83=D0=B1=D0=BB=D0=B8?= =?UTF-8?q?=D0=BA=D0=B0=D1=86=D0=B8=D1=8E=20=D0=B7=D0=B0=20=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=D0=B4=D0=BE=D0=B1=D0=BD=D0=BE=D1=81=D1=82=D1=8C?= =?UTF-8?q?=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9ede447..6918a33 100644 --- a/build.gradle +++ b/build.gradle @@ -108,7 +108,7 @@ release { versionPropertyFile = versionPropertiesFilePath versionProperties = [] snapshotSuffix = '-SNAPSHOT' - buildTasks = ['ncoreTestDbConnection', 'clean', 'unSnapshotVersion', 'writeVersion', 'commitNewVersion', 'nbackup', 'build', 'copyDist', 'publish', 'dockerFile', 'commitNewVersion'] + buildTasks = ['ncoreTestDbConnection', 'clean', 'unSnapshotVersion', 'writeVersion', 'commitNewVersion', 'nbackup', 'build', 'copyDist', 'dockerFile', 'commitNewVersion'] ignoredSnapshotDependencies = [] versionPatterns = [ /(\d+)(\.)(\d+)(\.)(\d+)([^\d]*\u0024)/: { Matcher m, Project p ->