Repository: incubator-gobblin Updated Branches: refs/heads/master 171e41861 -> 74b758dec
[GOBBLIN-355] Add buildSrc to the source distribution Project: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/commit/bd9bd470 Tree: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/tree/bd9bd470 Diff: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/diff/bd9bd470 Branch: refs/heads/master Commit: bd9bd4702b252780f1393c65f44e07a176f3393c Parents: 7ebfb7e Author: Abhishek Tiwari <[email protected]> Authored: Thu Jan 4 07:30:16 2018 +0530 Committer: Abhishek Tiwari <[email protected]> Committed: Thu Jan 4 07:30:16 2018 +0530 ---------------------------------------------------------------------- gradle/scripts/release.gradle | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/bd9bd470/gradle/scripts/release.gradle ---------------------------------------------------------------------- diff --git a/gradle/scripts/release.gradle b/gradle/scripts/release.gradle index fe545f2..4bce1e2 100644 --- a/gradle/scripts/release.gradle +++ b/gradle/scripts/release.gradle @@ -57,7 +57,6 @@ task sourceRelease(type: Tar, dependsOn: prepare_release_config) { // don't include gradle.properties because we use a modified version exclude "gradle.properties" exclude '**/build' - exclude 'buildSrc' exclude '.gradle' exclude '.github' exclude 'maven-sonatype'
