1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-04-16 02:15:43 +02:00

Do not build searchable options during release.

They're broken at the moment
This commit is contained in:
Alex Plate 2025-01-09 17:44:32 +03:00
parent 9cb37de5ea
commit 2f99d215d6
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F
2 changed files with 2 additions and 2 deletions
.teamcity/_Self/buildTypes
build.gradle.kts

View File

@ -113,7 +113,7 @@ sealed class ReleasePlugin(private val releaseType: String) : IdeaVimBuildType({
}
gradle {
name = "Publish release"
tasks = "publishPlugin"
tasks = "publishPlugin -x buildSearchableOptions"
}
// script {
// name = "Checkout master branch"

View File

@ -69,7 +69,7 @@ plugins {
kotlin("jvm") version "2.0.0"
application
id("java-test-fixtures")
id("org.jetbrains.intellij.platform") version "2.2.0"
id("org.jetbrains.intellij.platform") version "2.2.1"
id("org.jetbrains.changelog") version "2.2.1"
id("org.jetbrains.kotlinx.kover") version "0.6.1"
id("com.dorongold.task-tree") version "4.0.0"