Specify `projectJDK: 17` in `qodana.yml`

pull/370/head
Jakub Chrzanowski 12 months ago committed by Jakub Chrzanowski
parent bc4bf88f99
commit c7ca0312af

@ -6,6 +6,7 @@
### Added
- GitHub Actions - enable caching
- Specify `projectJDK: 17` in `qodana.yml`
### Changed
- Use Java `17` for JVM Toolchain

@ -2,6 +2,7 @@
# https://www.jetbrains.com/help/qodana/qodana-yaml.html
version: 1.0
projectJDK: 17
profile:
name: qodana.recommended
exclude:

Loading…
Cancel
Save