Skip to content

Commit dcf4302

Browse files
committed
feat: update the java version in qodana to match the used one and exclude generated code
1 parent 589f8b5 commit dcf4302

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qodana.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33

44
version: 1.0
55
linter: jetbrains/qodana-jvm-community:2024.2
6-
projectJDK: "17"
6+
projectJDK: "21"
77
profile:
88
name: qodana.recommended
99
exclude:
1010
- name: All
1111
paths:
1212
- .qodana
13+
- src/main/gen

0 commit comments

Comments
 (0)