Repository: incubator-gobblin Updated Branches: refs/heads/master 693c7f602 -> 171e41861
[GOBBLIN-355] Include gradle in source distribution archive Project: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/commit/7ebfb7ef Tree: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/tree/7ebfb7ef Diff: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/diff/7ebfb7ef Branch: refs/heads/master Commit: 7ebfb7ef878b7f3350cfa988ddb3bf7354d6fa58 Parents: 693c7f6 Author: Abhishek Tiwari <[email protected]> Authored: Thu Jan 4 04:14:22 2018 +0530 Committer: Abhishek Tiwari <[email protected]> Committed: Thu Jan 4 04:14:22 2018 +0530 ---------------------------------------------------------------------- gradle/scripts/release.gradle | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/7ebfb7ef/gradle/scripts/release.gradle ---------------------------------------------------------------------- diff --git a/gradle/scripts/release.gradle b/gradle/scripts/release.gradle index 98195b1..fe545f2 100644 --- a/gradle/scripts/release.gradle +++ b/gradle/scripts/release.gradle @@ -60,9 +60,6 @@ task sourceRelease(type: Tar, dependsOn: prepare_release_config) { exclude 'buildSrc' exclude '.gradle' exclude '.github' - exclude 'gradlew' - exclude 'gradlew.bat' - exclude 'gradle' exclude 'maven-sonatype' exclude 'travis' exclude '.classpath*'
