Repository: zest-qi4j Updated Branches: refs/heads/develop 07bf7fef9 -> 916cc4ccd
ZEST-25 Remove spurious `src` subdir in the âSource SDKâ archive (build) Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/916cc4cc Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/916cc4cc Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/916cc4cc Branch: refs/heads/develop Commit: 916cc4ccd52f09ed9f54ec75676104d4073fcfa7 Parents: 07bf7fe Author: Paul Merlin <[email protected]> Authored: Sat Jun 13 18:26:59 2015 +0200 Committer: Paul Merlin <[email protected]> Committed: Sat Jun 13 18:26:59 2015 +0200 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/916cc4cc/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index e6185e3..255d613 100644 --- a/build.gradle +++ b/build.gradle @@ -547,7 +547,7 @@ def srcDistImage = copySpec { exclude '**/.gradle/' // Gradle management files exclude '**/gradle.properties' // Gradle properties exclude '**/.gradletasknamecache' // Gradle cache - into "qi4j-sdk-$version/src/" + into "qi4j-sdk-$version/" } def reportsDistImage = copySpec {
