You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by bo...@apache.org on 2012/10/22 01:30:16 UTC

git commit: Attempted fix for the Jenkins "Missing upload credentials" error, removed subprojects.uploadPublished as a dependency of the continuousintegration task

Updated Branches:
  refs/heads/master 4a2facda1 -> afc575274


Attempted fix for the Jenkins "Missing upload credentials" error,
removed subprojects.uploadPublished as a dependency of the
continuousintegration task

Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/afc57527
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/afc57527
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/afc57527

Branch: refs/heads/master
Commit: afc57527452e12b4a3b6f843d2fb38db549ecde8
Parents: 4a2facd
Author: bharner <bo...@apache.org>
Authored: Sun Oct 21 19:30:12 2012 -0400
Committer: bharner <bo...@apache.org>
Committed: Sun Oct 21 19:30:12 2012 -0400

----------------------------------------------------------------------
 build.gradle |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/afc57527/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 8d4fc9a..84a64cc 100644
--- a/build.gradle
+++ b/build.gradle
@@ -285,7 +285,7 @@ dependencies {
 }
 
 task continuousIntegration {
-  dependsOn subprojects.build, aggregateJavadoc, subprojects.uploadPublished
+  dependsOn subprojects.build, aggregateJavadoc
   description "Task executed on Jenkins CI server after SVN commits"
 }