From 646a846f142cb959bca647ef2ae7c03e061fb68f Mon Sep 17 00:00:00 2001 From: Andrew Charneski Date: Sun, 12 Nov 2023 08:37:18 -0500 Subject: [PATCH] Update build.gradle.kts --- build.gradle.kts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index b0fc7fae..17646ef9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,10 +8,10 @@ plugins { id("java") // Java support id("groovy") id("org.jetbrains.kotlin.jvm") version "1.9.20" - id("org.jetbrains.intellij") version "1.14.1" - id("org.jetbrains.changelog") version "2.0.0" - id("org.jetbrains.qodana") version "0.1.13" - id("org.jetbrains.kotlinx.kover") version "0.6.1" + id("org.jetbrains.intellij") version "1.16.0" + id("org.jetbrains.changelog") version "2.2.0" + id("org.jetbrains.qodana") version "2023.2.1" + id("org.jetbrains.kotlinx.kover") version "0.7.4" } group = "com.github.simiacryptus" @@ -165,12 +165,12 @@ changelog { qodana { cachePath.set(file(".qodana").canonicalPath) - reportPath.set(file("build/reports/inspections").canonicalPath) - saveReport.set(true) - showReport.set(System.getenv("QODANA_SHOW_REPORT")?.toBoolean() ?: false) +// reportPath.set(file("build/reports/inspections").canonicalPath) +// saveReport.set(true) +// showReport.set(System.getenv("QODANA_SHOW_REPORT")?.toBoolean() ?: false) } -kover.xmlReport { - onCheck.set(true) -} +//kover.xmlReport { +// onCheck.set(true) +//}