Repository: tapestry-5 Updated Branches: refs/heads/master 6aa999465 -> 2c9ea8a93
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. Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/2c9ea8a9 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/2c9ea8a9 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/2c9ea8a9 Branch: refs/heads/master Commit: 2c9ea8a93e2d718e9bda3d23583621e149e3cf2d Parents: 6aa9994 Author: Jochen Kemnade <[email protected]> Authored: Tue Jan 20 09:41:53 2015 +0100 Committer: Jochen Kemnade <[email protected]> Committed: Thu Feb 12 09:28:40 2015 +0100 ---------------------------------------------------------------------- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/2c9ea8a9/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index f0213ed..16d92fd 100755 --- a/build.gradle +++ b/build.gradle @@ -398,7 +398,7 @@ dependencies { } task continuousIntegration { - dependsOn subprojects.build, aggregateJavadoc, subprojects.uploadPublished + dependsOn subprojects.build, aggregateJavadoc description "Task executed on Jenkins CI server after SVN commits" } @@ -542,7 +542,7 @@ if (canDeploy) { } task generateRelease { - dependsOn "quickstart:clean", continuousIntegration, subprojects.uploadPublished, copyArchives + dependsOn subprojects.uploadPublished, copyArchives group "Release artifact" description "Generates and uploads a final release to Apache Nexus and copies archives for deployment" }
