Skip to content
Open
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ Both HEX and base64 byte array representations can be converted to a selected pr

### Local development

Development of Pulseman is done using Java 17. In order for IntelliJ to work correctly and be able to run and debug the
Development of Pulseman is done using Java 21. In order for IntelliJ to work correctly and be able to run and debug the
application you'll need to set the correct Java version.

Open IntelliJ and go to `File -> Project Structure` and set the `SDK` and `Language Level` to be Java 17.
Open IntelliJ and go to `File -> Project Structure` and set the `SDK` and `Language Level` to be Java 21.

![Sample project structure settings](./docs/media/sdkversion.png)

Expand Down
Loading