From 2d698b0db674afa7289db02bc50f3afef285f9af Mon Sep 17 00:00:00 2001 From: ForteScarlet Date: Sat, 30 Dec 2023 02:12:12 +0800 Subject: [PATCH] Update qodana.yaml --- qodana.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qodana.yaml b/qodana.yaml index eccf1755..effaaf24 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -28,4 +28,4 @@ projectJDK: azul-11 #(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