Set Qodana `projectJDK` to `11` to match the used JVM toolchain

pull/364/head^2
Jakub Chrzanowski 1 year ago committed by GitHub
parent a7867111d6
commit 949c32ba1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,6 +9,7 @@
- Gradle version catalog integration
- Gradle Kotlin DSL Lazy Property Assignment
- Enable Gradle Build Cache
- Set Qodana `projectJDK` to `11` to match the used JVM toolchain
### Changed
- Dependencies - upgrade `org.jetbrains.intellij` to `1.13.3`

@ -4,6 +4,7 @@
version: 1.0
profile:
name: qodana.recommended
projectJDK: 11
exclude:
- name: All
paths:

Loading…
Cancel
Save