Repository: tapestry-5 Updated Branches: refs/heads/master ef0d1448a -> fa7634ac7
Revert "don't have Jenkins upload the generated artifacts. Currently, this is not adapted to the new SVN based upload process and causes the CI builds to fail." This reverts commit 15a0276584a529a5e4b08e6c90450936d000eec9. Reverted because it made it impossible to execute generateRelease. Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/fa7634ac Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/fa7634ac Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/fa7634ac Branch: refs/heads/master Commit: fa7634ac7496b35a08e30d5f5fb92e27727f9516 Parents: ef0d144 Author: Howard M. Lewis Ship <[email protected]> Authored: Tue Feb 3 07:07:09 2015 -0800 Committer: Howard M. Lewis Ship <[email protected]> Committed: Tue Feb 3 07:07:09 2015 -0800 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/fa7634ac/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 6b47623..45dbcc2 100755 --- a/build.gradle +++ b/build.gradle @@ -398,7 +398,7 @@ dependencies { } task continuousIntegration { - dependsOn subprojects.build, aggregateJavadoc + dependsOn subprojects.build, aggregateJavadoc, subprojects.uploadPublished description "Task executed on Jenkins CI server after SVN commits" }
