Skip to content

Commit

Permalink
small edits to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shirshanka committed Sep 25, 2022
1 parent 2cfbb1b commit fb4d40c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ title: "Local Development"
# DataHub Developer's Guide

## Pre-requirements
- [Java 1.8 SDK](https://adoptopenjdk.net/?variant=openjdk8&jvmVariant=hotspot)
- [Java 11 SDK](https://openjdk.org/projects/jdk/11/)
- [Docker](https://www.docker.com/)
- [Docker Compose](https://docs.docker.com/compose/)
- Docker engine with at least 8GB of memory to run tests.

:::note

Do not try to use a JDK newer than JDK 8. The build process does not work with newer JDKs currently.
Do not try to use a JDK newer than JDK 11. The build process does not work with newer JDKs currently.

:::

Expand Down Expand Up @@ -101,7 +101,7 @@ You're probably using a Java version that's too new for gradle. Run the followin
```
java --version
```
While it may be possible to build and run DataHub using newer versions of Java, we currently only support [Java 1.8](https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html) (aka Java 8). Plan for Java 11 migration is being discussed in [this issue](https://github.com/datahub-project/datahub/issues/1699).
While it may be possible to build and run DataHub using newer versions of Java, we currently only support [Java 11](https://openjdk.org/projects/jdk/11/) (aka Java 11).

### Getting `cannot find symbol` error for `javax.annotation.Generated`

Expand Down

0 comments on commit fb4d40c

Please sign in to comment.