From 82a1fce4eea2c5b829e7bb89ce180082ed612690 Mon Sep 17 00:00:00 2001 From: Drjacky Date: Sun, 27 Oct 2024 04:56:20 +0000 Subject: [PATCH] Support the latest ide version --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2ff2376..bb305c6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -77,7 +77,7 @@ tasks { patchPluginXml { version = properties("pluginVersion") sinceBuild = properties("pluginSinceBuild") - // untilBuild = properties("pluginUntilBuild") //Commented to have compatibility with all IDEs starting from the version mentioned in sinceBuild + untilBuild = provider { null } // Extract the section from README.md and provide for the plugin's manifest pluginDescription = providers.fileContents(layout.projectDirectory.file("README.md")).asText.map {