Remove Qodana configuration, dependencies, and related workflow steps.

This commit is contained in:
Jakub Chrzanowski
2026-04-13 16:53:37 +02:00
parent 9c943a86bb
commit a82d9d01c6
6 changed files with 2 additions and 56 deletions

View File

@@ -6,7 +6,6 @@ junit = "4.13.2"
changelog = "2.5.0"
kotlin = "2.3.20"
kover = "0.9.7"
qodana = "2025.3.2"
[libraries]
junit = { group = "junit", name = "junit", version.ref = "junit" }
@@ -16,4 +15,3 @@ changelog = { id = "org.jetbrains.changelog", version.ref = "changelog" }
intelliJPlatform = { id = "org.jetbrains.intellij.platform" }
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" }
qodana = { id = "org.jetbrains.qodana", version.ref = "qodana" }