Skip to content

Commit

Permalink
Remove unused qodana setup
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbakker committed Sep 27, 2024
1 parent 3ac7591 commit b76e7f4
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ plugins {
id("org.jetbrains.intellij.platform") version "2.0.1"
// Gradle Changelog Plugin
id("org.jetbrains.changelog") version "1.3.1"
// Gradle Qodana Plugin
id("org.jetbrains.qodana") version "2024.2.3"


}

Expand Down Expand Up @@ -117,13 +116,6 @@ changelog {
groups.set(emptyList())
}

// Configure Gradle Qodana Plugin - read more: https://github.com/JetBrains/gradle-qodana-plugin
qodana {
cachePath.set(projectDir.resolve(".qodana").canonicalPath)
reportPath.set(projectDir.resolve("build/reports/inspections").canonicalPath)
saveReport.set(true)
showReport.set(System.getenv("QODANA_SHOW_REPORT").toBoolean())
}

tasks {
// Set the JVM compatibility versions
Expand Down

0 comments on commit b76e7f4

Please sign in to comment.