From b260f852cbed41748943af7df5e2b2eb14f6d83a Mon Sep 17 00:00:00 2001 From: Yuriy Artamonov Date: Thu, 31 Jul 2025 22:27:48 +0200 Subject: [PATCH] Set until-build to unlimited --- build.gradle.kts | 2 -- gradle/libs.versions.toml | 4 ---- 2 files changed, 6 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2e3b6db..b83f98b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,6 @@ plugins { alias(libs.plugins.kotlin) // Kotlin support alias(libs.plugins.intelliJPlatform) // IntelliJ Platform Gradle Plugin alias(libs.plugins.changelog) // Gradle Changelog Plugin - alias(libs.plugins.qodana) // Gradle Qodana Plugin alias(libs.plugins.composeCompiler) // Gradle Compose Compiler Plugin } @@ -88,7 +87,6 @@ intellijPlatform { ideaVersion { sinceBuild = providers.gradleProperty("pluginSinceBuild") - untilBuild = providers.gradleProperty("pluginUntilBuild") } } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5879184..037d782 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,8 +7,6 @@ opentest4j = "1.3.0" changelog = "2.2.1" intelliJPlatform = "2.5.0" kotlin = "2.1.20" -kover = "0.9.1" -qodana = "2024.3.4" [libraries] junit = { group = "junit", name = "junit", version.ref = "junit" } @@ -18,6 +16,4 @@ opentest4j = { group = "org.opentest4j", name = "opentest4j", version.ref = "ope changelog = { id = "org.jetbrains.changelog", version.ref = "changelog" } intelliJPlatform = { id = "org.jetbrains.intellij.platform", version.ref = "intelliJPlatform" } kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } -kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" } -qodana = { id = "org.jetbrains.qodana", version.ref = "qodana" } composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } \ No newline at end of file