File tree Expand file tree Collapse file tree 4 files changed +22
-16
lines changed Expand file tree Collapse file tree 4 files changed +22
-16
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114
115115 # Run Qodana inspections
116116 - name : Qodana - Code Inspection
117- uses : JetBrains/qodana-action@v2022 .3.4
117+ uses : JetBrains/qodana-action@v2023 .3.1
118118
119119 # Prepare plugin archive content for creating artifact
120120 - name : Prepare Plugin Artifact
Original file line number Diff line number Diff line change @@ -51,17 +51,21 @@ changelog {
5151}
5252
5353// Configure Gradle Qodana Plugin - read more: https://github.com/JetBrains/gradle-qodana-plugin
54- qodana {
55- cachePath = provider { file(" .qodana" ).canonicalPath }
56- reportPath = provider { file(" build/reports/inspections" ).canonicalPath }
57- saveReport = true
58- showReport = environment(" QODANA_SHOW_REPORT" ).map { it.toBoolean() }.getOrElse(false )
59- }
54+ // qodana {
55+ // cachePath = provider { file(".qodana").canonicalPath }
56+ // reportPath = provider { file("build/reports/inspections").canonicalPath }
57+ // saveReport = true
58+ // showReport = environment("QODANA_SHOW_REPORT").map { it.toBoolean() }.getOrElse(false)
59+ // }
6060
6161// Configure Gradle Kover Plugin - read more: https://github.com/Kotlin/kotlinx-kover#configuration
62- kover.xmlReport {
63- onCheck = true
64- }
62+ // koverReport {
63+ // defaults {
64+ // xml {
65+ // onCheck = true
66+ // }
67+ // }
68+ // }
6569
6670tasks {
6771 wrapper {
Original file line number Diff line number Diff line change 33annotations = " 24.0.1"
44
55# plugins
6- dokka = " 1.8 .10"
7- kotlin = " 1.8.20 "
8- changelog = " 2.0 .0"
9- gradleIntelliJPlugin = " 1.13.3 "
10- qodana = " 0.1.13 "
11- kover = " 0.6.1 "
6+ dokka = " 1.9 .10"
7+ kotlin = " 1.9.23 "
8+ changelog = " 2.2 .0"
9+ gradleIntelliJPlugin = " 1.17.2 "
10+ qodana = " 2023.3.1 "
11+ kover = " 0.7.6 "
1212
1313[libraries ]
1414annotations = { group = " org.jetbrains" , name = " annotations" , version.ref = " annotations" }
Original file line number Diff line number Diff line change 22# https://www.jetbrains.com/help/qodana/qodana-yaml.html
33
44version : 1.0
5+ linter : jetbrains/qodana-jvm-community:latest
6+ projectJDK : " 17"
57profile :
68 name : qodana.recommended
79exclude :
You can’t perform that action at this time.
0 commit comments