Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ and discuss your ideas or propose the changes you wish to make.

## Building

In order to build and test this whole repository you need JDK 11+.
In order to build and test this whole repository you need JDK 17.

### Building from source

Build using Java 11+:
Build using Java 17:

```bash
java -version
Expand Down
Loading