From d788fcd399f073fc67a6a1625348c5d0bcc69ff3 Mon Sep 17 00:00:00 2001 From: InSync Date: Mon, 23 Sep 2024 00:52:39 +0000 Subject: [PATCH] Use Qodana's ultimate JVM linter --- qodana.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qodana.yaml b/qodana.yaml index 863430c6..69f58886 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -2,7 +2,7 @@ # https://www.jetbrains.com/help/qodana/qodana-yaml.html version: 1.0 -linter: jetbrains/qodana-jvm-community:latest +linter: jetbrains/qodana-jvm:latest projectJDK: "21" profile: name: qodana.recommended