From f34c1ff53f4f161b0d50ea19ff57ea4e712ffec4 Mon Sep 17 00:00:00 2001 From: Judy Tuan Date: Fri, 24 Oct 2014 16:35:09 +0200 Subject: [PATCH] docs(misc/Develop): update required Java version --- docs/content/misc/contribute.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/misc/contribute.ngdoc b/docs/content/misc/contribute.ngdoc index 3f8b916367c8..c4fcdd121b6a 100644 --- a/docs/content/misc/contribute.ngdoc +++ b/docs/content/misc/contribute.ngdoc @@ -31,7 +31,7 @@ development web server, run tests, and generate distributable files. Depending o pre-packaged bundle. * [Java](http://www.java.com): We minify JavaScript using our -[Closure Tools](https://developers.google.com/closure/) jar. Make sure you have Java (version 6 or higher) installed +[Closure Tools](https://developers.google.com/closure/) jar. Make sure you have Java (version 7 or higher) installed and included in your [PATH](http://docs.oracle.com/javase/tutorial/essential/environment/paths.html) variable. * [Grunt](http://gruntjs.com): We use Grunt as our build system. Install the grunt command-line tool globally with: