File tree 4 files changed +22
-16
lines changed
4 files changed +22
-16
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
115
115
# Run Qodana inspections
116
116
- name : Qodana - Code Inspection
117
- uses : JetBrains/qodana-action@v2022 .3.4
117
+ uses : JetBrains/qodana-action@v2023 .3.1
118
118
119
119
# Prepare plugin archive content for creating artifact
120
120
- name : Prepare Plugin Artifact
Original file line number Diff line number Diff line change @@ -51,17 +51,21 @@ changelog {
51
51
}
52
52
53
53
// 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
+ // }
60
60
61
61
// 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
+ // }
65
69
66
70
tasks {
67
71
wrapper {
Original file line number Diff line number Diff line change 3
3
annotations = " 24.0.1"
4
4
5
5
# 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 "
12
12
13
13
[libraries ]
14
14
annotations = { group = " org.jetbrains" , name = " annotations" , version.ref = " annotations" }
Original file line number Diff line number Diff line change 2
2
# https://www.jetbrains.com/help/qodana/qodana-yaml.html
3
3
4
4
version : 1.0
5
+ linter : jetbrains/qodana-jvm-community:latest
6
+ projectJDK : " 17"
5
7
profile :
6
8
name : qodana.recommended
7
9
exclude :
You can’t perform that action at this time.
0 commit comments