You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/04/20 22:14:06 UTC

[04/21] incubator-tinkerpop git commit: Update readme to include minimum jdk requirement.

Update readme to include minimum jdk requirement.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/9aa4b4f5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/9aa4b4f5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/9aa4b4f5

Branch: refs/heads/master
Commit: 9aa4b4f58fa14064d32872545fd2919297e3c66b
Parents: 179858c
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Apr 20 11:21:04 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Apr 20 11:21:04 2015 -0400

----------------------------------------------------------------------
 README.asciidoc | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/9aa4b4f5/README.asciidoc
----------------------------------------------------------------------
diff --git a/README.asciidoc b/README.asciidoc
index 8408e33..b671453 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -30,6 +30,8 @@ Documentation
 Building and Testing
 ~~~~~~~~~~~~~~~~~~~~
 
+TinkerPop requires `Java 1.8.0_40+` for proper building and proper operations.
+
 * Build Project: `mvn clean install`
 ** Specify specific tests in a TinkerPop Suite to run: `mvn test -Dgremlin.tests={test class 1, test class 2...}` - note that including a specific test may require its inner class implementation (e.g. `org.apache.tinkerpop.gremlin....UnionTest$ComputerTest`)
 ** Clean the `.groovy/grapes/org.apache.tinkerpop` directory on build: `mvn clean install -DcleanGrapes`