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