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:
parent
9cb37de5ea
commit
2f99d215d6
2
.teamcity/_Self/buildTypes/ReleasePlugin.kt
vendored
2
.teamcity/_Self/buildTypes/ReleasePlugin.kt
vendored
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user