You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ji...@apache.org on 2018/07/27 00:05:11 UTC

[incubator-druid] branch master updated: Remove JDK 7 from build documentation. (#6031)

This is an automated email from the ASF dual-hosted git repository.

jihoonson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 94d6c9a  Remove JDK 7 from build documentation. (#6031)
94d6c9a is described below

commit 94d6c9a0a577888a071789285b8c34c02a739103
Author: Eyal Yurman <ey...@gmail.com>
AuthorDate: Thu Jul 26 17:05:07 2018 -0700

    Remove JDK 7 from build documentation. (#6031)
    
    See issue #6030
---
 docs/content/development/build.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/content/development/build.md b/docs/content/development/build.md
index ac3f96e..849f782 100644
--- a/docs/content/development/build.md
+++ b/docs/content/development/build.md
@@ -8,8 +8,7 @@ You can build Druid directly from source. Please note that these instructions ar
 For building the latest code in master, follow the instructions [here](https://github.com/druid-io/druid/blob/master/docs/content/development/build.md).
 
 Building Druid requires the following:
-- [JDK 7](http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html)
-  or [JDK 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
+- [JDK 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
 - [Maven version 3.x](http://maven.apache.org/download.cgi)
 
 To do so, run these commands:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org