From 47882d23fefa665a0929f9af7de113f2eb740997 Mon Sep 17 00:00:00 2001 From: Alexander Weigl Date: Tue, 24 Oct 2023 02:37:40 +0200 Subject: [PATCH] use community --- qodana.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qodana.yaml b/qodana.yaml index ebc500e01..34dc3363b 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -28,4 +28,4 @@ projectJDK: 21 #(Applied in CI/CD pipeline) # - id: #(plugin id can be found at https://plugins.jetbrains.com) #Specify Qodana linter for analysis (Applied in CI/CD pipeline) -linter: jetbrains/qodana-jvm:latest +linter: jetbrains/qodana-jvm-community:latest