Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_5_X 54e9edf0d -> 3fa76e66a


remove duplicate files in source jars


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/3fa76e66
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/3fa76e66
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/3fa76e66

Branch: refs/heads/GROOVY_2_5_X
Commit: 3fa76e66ade1528f86c120e5b7de9650ced5c43e
Parents: 54e9edf
Author: paulk <[email protected]>
Authored: Wed Feb 28 14:18:33 2018 +1000
Committer: paulk <[email protected]>
Committed: Wed Feb 28 14:19:54 2018 +1000

----------------------------------------------------------------------
 build.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/3fa76e66/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index cb7ad0e..4e10739 100644
--- a/build.gradle
+++ b/build.gradle
@@ -126,6 +126,7 @@ test.dependsOn(copyTestResources)
 allprojects {
     task sourceJar(type: Jar) {
         classifier = 'sources'
+        duplicatesStrategy = DuplicatesStrategy.EXCLUDE
         from sourceSets.main.allSource
     }
 }

Reply via email to