Skip to content

Commit 6922aba

Browse files
committed
remove qodana
1 parent e847822 commit 6922aba

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ plugins {
66
alias(libs.plugins.kotlin) // Kotlin support
77
alias(libs.plugins.intelliJPlatform) // IntelliJ Platform Gradle Plugin
88
alias(libs.plugins.changelog) // Gradle Changelog Plugin
9-
alias(libs.plugins.qodana) // Gradle Qodana Plugin
109
alias(libs.plugins.kover) // Gradle Kover Plugin
1110
}
1211

gradle/libs.versions.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ changelog = "2.5.0"
88
intelliJPlatform = "2.10.5"
99
kotlin = "2.2.21"
1010
kover = "0.9.3"
11-
qodana = "2025.2.2"
1211

1312
[libraries]
1413
junit = { group = "junit", name = "junit", version.ref = "junit" }
@@ -19,4 +18,3 @@ changelog = { id = "org.jetbrains.changelog", version.ref = "changelog" }
1918
intelliJPlatform = { id = "org.jetbrains.intellij.platform", version.ref = "intelliJPlatform" }
2019
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
2120
kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" }
22-
qodana = { id = "org.jetbrains.qodana", version.ref = "qodana" }

0 commit comments

Comments
 (0)