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 <[email protected]> Authored: Wed Feb 28 14:18:33 2018 +1000 Committer: paulk <[email protected]> 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 } }
