Skip to content

Commit

Permalink
[AAE-20720] - Update the Java version in the README.md (#4595)
Browse files Browse the repository at this point in the history
  • Loading branch information
graric committed Feb 20, 2024
1 parent 2d86321 commit 142c8c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ If you want to read more about our Repositories structure you can read our [GitB

## Configuring IntelliJ

- Force language level 17, to fail-fast when (accidentally) using features available only in newer Java versions.
- Force language level 21, to fail-fast when (accidentally) using features available only in newer Java versions.

- Open menu _File_, menu item _Project Structure_
- Click list item _Modules_, for each module, tab _Sources_, combobox _Language level_ should be automatically set to `17 ...`
- Click list item _Modules_, for each module, tab _Sources_, combobox _Language level_ should be automatically set to `21 ...`

- Avoid that changes in some resources are ignored in the next run/debug (and you are forced to use mvn)

Expand Down

0 comments on commit 142c8c2

Please sign in to comment.