mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Gradle - Removed Qodana Gradle Plugin configuration to rely on defaults
This commit is contained in:
parent
fdf009d309
commit
db8f493cc1
@ -21,6 +21,7 @@
|
|||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
- GitHub Actions: Remove the `Setup Java` step from the `releaseDraft` build step
|
- 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
|
## [1.12.0] - 2024-02-20
|
||||||
|
|
||||||
|
@ -47,14 +47,6 @@ changelog {
|
|||||||
repositoryUrl = properties("pluginRepositoryUrl")
|
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
|
// Configure Gradle Kover Plugin - read more: https://github.com/Kotlin/kotlinx-kover#configuration
|
||||||
koverReport {
|
koverReport {
|
||||||
defaults {
|
defaults {
|
||||||
|
Loading…
Reference in New Issue
Block a user