mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-24 21:06:15 +00:00
Remove Qodana configuration, dependencies, and related workflow steps.
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user