You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by ul...@apache.org on 2012/10/26 14:16:05 UTC

git commit: re-enable snapshot publishing

Updated Branches:
  refs/heads/master 1894d07f6 -> dd64fe4b7


re-enable snapshot publishing


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

Branch: refs/heads/master
Commit: dd64fe4b78eb1d1b811b7690b8ee0a2cd2403588
Parents: 1894d07
Author: Ulrich Staerk <ul...@apache.org>
Authored: Fri Oct 26 14:15:47 2012 +0200
Committer: Ulrich Staerk <ul...@apache.org>
Committed: Fri Oct 26 14:15:47 2012 +0200

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


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