ZEST-25 Add missing files into source distribution
Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/e48c4e5e Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/e48c4e5e Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/e48c4e5e Branch: refs/heads/master Commit: e48c4e5eb02d37478e890823dbf03d46aa2dab27 Parents: fed3d19 Author: Paul Merlin <[email protected]> Authored: Wed Jul 22 15:05:49 2015 +0200 Committer: Paul Merlin <[email protected]> Committed: Wed Jul 22 15:05:49 2015 +0200 ---------------------------------------------------------------------- build.gradle | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-java/blob/e48c4e5e/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 7ce80ba..36086f0 100644 --- a/build.gradle +++ b/build.gradle @@ -687,6 +687,7 @@ def srcDistFilesImages = copySpec { include 'gradle/**' include 'etc/**' include 'buildSrc/**' + include 'src/**' releaseApprovedProjects.each { p -> def relPath = new File( project.projectDir.toURI().relativize( p.projectDir.toURI() ).toString() ) include "$relPath/**"
