Gradle - Removed Qodana Gradle Plugin configuration to rely on defaults

pull/450/head
Jakub Chrzanowski 2 months ago
parent fdf009d309
commit db8f493cc1
No known key found for this signature in database
GPG Key ID: C39095BFD769862E

@ -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

@ -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 {

Loading…
Cancel
Save