Skip to content

Commit

Permalink
Docs: Make Java build version more prominent.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Daniel Schulze committed Mar 18, 2020
1 parent 8b974a0 commit c47e53e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/documentation/contributors/buildingelk.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ menu:

ELK is built using [Apache Maven](https://maven.apache.org/) in conjunction with [Tycho](https://eclipse.org/tycho/) to tell Maven how to build Eclipse projects. There are two parts that can be built: the Eclipse Layout Kernel itself, and the metadata compiler used by the main ELK build. The remainder of this page assumes that you have opened a shell in the `build/` directory inside your clone of the ELK repository.

## Build Requirements

{{% note title="A Quick Warning" mode="warning" %}}
Building ELK currently requires Java 8 and _will not_ work with more recent Java versions. We use Maven 3.6, but other versions will probably work just as well.
{{% /note %}}


## Building ELK
Expand Down

0 comments on commit c47e53e

Please sign in to comment.