Updated Branches:
  refs/heads/master 7e65baebf -> b8e15bfc3

Turn of JavaDoc generation on the CI server while we wait for JDK update


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

Branch: refs/heads/master
Commit: b8e15bfc324716206d2aafde9be781069db2be0e
Parents: 7e65bae
Author: Howard M. Lewis Ship <hls...@apache.org>
Authored: Fri Jun 21 17:31:01 2013 -0700
Committer: Howard M. Lewis Ship <hls...@apache.org>
Committed: Fri Jun 21 17:31:01 2013 -0700

----------------------------------------------------------------------
 build.gradle | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/b8e15bfc/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 9da2ad8..7c70f31 100755
--- a/build.gradle
+++ b/build.gradle
@@ -34,7 +34,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.4"
-    def minor = "-alpha-10"
+    def minor = "-alpha-10  "
 
     // When building on the CI server, make sure -SNAPSHOT is appended, as it 
is a nightly build.
     // When building normally, or for a release, no suffix is desired.
@@ -348,7 +348,8 @@ dependencies {
 }
 
 task continuousIntegration {
-    dependsOn subprojects.build, aggregateJavadoc, subprojects.uploadPublished
+    // Temporarily removed aggregateJavadoc as there's an issue w.r.t JDK on 
the CI server
+    dependsOn subprojects.build, subprojects.uploadPublished
     description "Task executed on Jenkins CI server after SVN commits"
 }
 

Reply via email to