From b2672e45d2f844ebc1f9a9fcad9abe92d9d10e52 Mon Sep 17 00:00:00 2001 From: Iris De Santis Date: Thu, 22 Feb 2024 18:39:34 +0100 Subject: [PATCH] Fix CI --- qodana.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qodana.yaml b/qodana.yaml index ebc500e..34dc336 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