diff --git a/bin/dwh-migration-client b/bin/dwh-migration-client deleted file mode 100755 index 5a40ac477..000000000 --- a/bin/dwh-migration-client +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -ex - -exec dwh-migration-client "$@" diff --git a/build.gradle b/build.gradle index 0c38299a9..20c6fca75 100644 --- a/build.gradle +++ b/build.gradle @@ -11,9 +11,6 @@ distributions { exclude "**/__pycache__" into "client" } - from("bin/dwh-migration-client") { - into "bin" - } project(":dumper:app").afterEvaluate { from it.tasks.installPublishedDist }