docs(dev): add warning for JDK (#4761)

This commit is contained in:
Aseem Bansal 2022-04-28 03:38:09 +05:30 committed by GitHub
parent 33d6842ab0
commit 4986be0d24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,12 @@ title: "Local Development"
- [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.
:::
## Building the Project
Fork and clone the repository if haven't done so already