You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2015/01/20 09:44:14 UTC

tapestry-5 git commit: 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.

Repository: tapestry-5
Updated Branches:
  refs/heads/master 360177b9c -> 15a027658


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/15a02765
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/15a02765
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/15a02765

Branch: refs/heads/master
Commit: 15a0276584a529a5e4b08e6c90450936d000eec9
Parents: 360177b
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Tue Jan 20 09:41:53 2015 +0100
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Tue Jan 20 09:41:53 2015 +0100

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/15a02765/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 45dbcc2..6b47623 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"
 }