DRILL-1492: Update readme with supported versions of Java * Keeping the supported Java version to 7 until we get all issues around Java 8 resolved.
Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/eb8c1c2e Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/eb8c1c2e Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/eb8c1c2e Branch: refs/heads/master Commit: eb8c1c2e1a706eb7854dedb09cc113eb22f49932 Parents: c05dd75 Author: Aditya Kishore <[email protected]> Authored: Fri Oct 3 13:44:11 2014 -0700 Committer: Aditya Kishore <[email protected]> Committed: Thu Oct 9 13:59:14 2014 -0700 ---------------------------------------------------------------------- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/eb8c1c2e/INSTALL.md ---------------------------------------------------------------------- diff --git a/INSTALL.md b/INSTALL.md index aeab9f4..ed6129f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -3,8 +3,8 @@ ## Prerequisites Currently, the Apache Drill build process is known to work on Linux, Windows and OSX. To build, you need to have the following software installed on your system to successfully complete a build. - * Java 7+ - * Maven 3.0+ + * Java 7 + * Maven 3.x ## Confirm settings # java -version
