Skip to content

Commit

Permalink
Add some more details on project SDK setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Mar 18, 2020
1 parent e450988 commit c223437
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ You can access Elasticsearch with:

### Importing the project into IntelliJ IDEA

Elasticsearch builds using Java 13. Before importing into IntelliJ you will need
to define an appropriate SDK. The convention is that **this SDK should be named
"13"** so that the project import will detect it automatically. For more details
on defining an SDK in IntelliJ please refer to [their documentation](https://www.jetbrains.com/help/idea/sdk.html#define-sdk).

You can import the Elasticsearch project into IntelliJ IDEA via:

- Select **File > Open**
Expand Down

0 comments on commit c223437

Please sign in to comment.