Skip to content

Commit db8f493

Browse files
committed
Gradle - Removed Qodana Gradle Plugin configuration to rely on defaults
1 parent fdf009d commit db8f493

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
### Removed
2222

2323
- GitHub Actions: Remove the `Setup Java` step from the `releaseDraft` build step
24+
- Gradle - Removed Qodana Gradle Plugin configuration to rely on defaults
2425

2526
## [1.12.0] - 2024-02-20
2627

build.gradle.kts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ changelog {
4747
repositoryUrl = properties("pluginRepositoryUrl")
4848
}
4949

50-
// Configure Gradle Qodana Plugin - read more: https://github.com/JetBrains/gradle-qodana-plugin
51-
qodana {
52-
cachePath = provider { file(".qodana").canonicalPath }
53-
reportPath = provider { file("build/reports/inspections").canonicalPath }
54-
saveReport = true
55-
showReport = environment("QODANA_SHOW_REPORT").map { it.toBoolean() }.getOrElse(false)
56-
}
57-
5850
// Configure Gradle Kover Plugin - read more: https://github.com/Kotlin/kotlinx-kover#configuration
5951
koverReport {
6052
defaults {

0 commit comments

Comments
 (0)