diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4207647..27321ff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -114,7 +114,7 @@ jobs: # Run Qodana inspections - name: Qodana - Code Inspection - uses: JetBrains/qodana-action@v2022.3.4 + uses: JetBrains/qodana-action@v2023.3.1 # Prepare plugin archive content for creating artifact - name: Prepare Plugin Artifact diff --git a/build.gradle.kts b/build.gradle.kts index 07ea4f7..9cd31fc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -51,17 +51,21 @@ changelog { } // 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) -} +//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 -kover.xmlReport { - onCheck = true -} +//koverReport { +// defaults { +// xml { +// onCheck = true +// } +// } +//} tasks { wrapper { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 68e781b..07bd715 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,12 +3,12 @@ annotations = "24.0.1" # plugins -dokka = "1.8.10" -kotlin = "1.8.20" -changelog = "2.0.0" -gradleIntelliJPlugin = "1.13.3" -qodana = "0.1.13" -kover = "0.6.1" +dokka = "1.9.10" +kotlin = "1.9.23" +changelog = "2.2.0" +gradleIntelliJPlugin = "1.17.2" +qodana = "2023.3.1" +kover = "0.7.6" [libraries] annotations = { group = "org.jetbrains", name = "annotations", version.ref = "annotations" } diff --git a/qodana.yml b/qodana.yml index d7c5065..cbf640f 100644 --- a/qodana.yml +++ b/qodana.yml @@ -2,6 +2,8 @@ # https://www.jetbrains.com/help/qodana/qodana-yaml.html version: 1.0 +linter: jetbrains/qodana-jvm-community:latest +projectJDK: "17" profile: name: qodana.recommended exclude: