1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-08-11 00:40:37 +02:00

Build searchable options during release.

This commit is contained in:
Alex Plate 2025-01-10 09:45:18 +03:00
parent e3a07b6c89
commit 7b183f0876
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

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