You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2018/02/28 04:18:56 UTC

groovy git commit: remove duplicate files in source jars

Repository: groovy
Updated Branches:
  refs/heads/master 5030e401a -> f557bf683


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/f557bf68
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/f557bf68
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/f557bf68

Branch: refs/heads/master
Commit: f557bf683d9a820f11e1a8eeb649eaf2390f7fc8
Parents: 5030e40
Author: paulk <pa...@asert.com.au>
Authored: Wed Feb 28 14:18:33 2018 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Wed Feb 28 14:18:49 2018 +1000

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


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