You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gobblin.apache.org by ab...@apache.org on 2018/01/03 22:44:32 UTC

incubator-gobblin git commit: [GOBBLIN-355] Include gradle in source distribution archive

Repository: incubator-gobblin
Updated Branches:
  refs/heads/0.12.0 693c7f602 -> 7ebfb7ef8


[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/0.12.0
Commit: 7ebfb7ef878b7f3350cfa988ddb3bf7354d6fa58
Parents: 693c7f6
Author: Abhishek Tiwari <ab...@gmail.com>
Authored: Thu Jan 4 04:14:22 2018 +0530
Committer: Abhishek Tiwari <ab...@gmail.com>
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*'