From db8f493cc18cc9ee56e31e124435ef00f86bc0a1 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Fri, 8 Mar 2024 13:42:46 +0100 Subject: [PATCH] Gradle - Removed Qodana Gradle Plugin configuration to rely on defaults --- CHANGELOG.md | 1 + build.gradle.kts | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a61a89..7777504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ ### Removed - GitHub Actions: Remove the `Setup Java` step from the `releaseDraft` build step +- Gradle - Removed Qodana Gradle Plugin configuration to rely on defaults ## [1.12.0] - 2024-02-20 diff --git a/build.gradle.kts b/build.gradle.kts index c745262..7cc0417 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,14 +47,6 @@ changelog { repositoryUrl = properties("pluginRepositoryUrl") } -// Configure Gradle Qodana Plugin - read more: https://github.com/JetBrains/gradle-qodana-plugin -qodana { - cachePath = provider { file(".qodana").canonicalPath } - reportPath = provider { file("build/reports/inspections").canonicalPath } - saveReport = true - showReport = environment("QODANA_SHOW_REPORT").map { it.toBoolean() }.getOrElse(false) -} - // Configure Gradle Kover Plugin - read more: https://github.com/Kotlin/kotlinx-kover#configuration koverReport { defaults {