File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
5951koverReport {
6052 defaults {
You can’t perform that action at this time.
0 commit comments