You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by up...@apache.org on 2017/05/30 22:06:18 UTC

[2/3] geode-site git commit: Adding an assemble task for travis to invoke

Adding an assemble task for travis to invoke

Travis always invokes assemble for a gradle project, apparently.


Project: http://git-wip-us.apache.org/repos/asf/geode-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode-site/commit/cd837fab
Tree: http://git-wip-us.apache.org/repos/asf/geode-site/tree/cd837fab
Diff: http://git-wip-us.apache.org/repos/asf/geode-site/diff/cd837fab

Branch: refs/heads/master
Commit: cd837fabec838f5cdd794bc02696288069a0969f
Parents: 916e8e9
Author: Dan Smith <up...@apache.org>
Authored: Tue May 30 11:22:59 2017 -0700
Committer: Dan Smith <up...@apache.org>
Committed: Tue May 30 11:22:59 2017 -0700

----------------------------------------------------------------------
 build.gradle | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode-site/blob/cd837fab/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index a38a6b5..239bd4c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -102,3 +102,7 @@ rat {
     'website/layouts/**',
   ]
 }
+
+task assemble {
+  description "Empty task for travis to call. Travis always invokes assemble"
+}