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

Disable publishPlugin task for tests

This commit is contained in:
Alex Plate 2024-02-13 08:34:51 +02:00
parent ce591f1b43
commit b81b18645b
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F
5 changed files with 20 additions and 0 deletions
tests
java-tests
long-running-tests
property-tests
ui-fixtures
ui-ij-tests

View File

@ -36,6 +36,10 @@ tasks {
verifyPlugin {
enabled = false
}
publishPlugin {
enabled = false
}
}
intellij {

View File

@ -36,6 +36,10 @@ tasks {
verifyPlugin {
enabled = false
}
publishPlugin {
enabled = false
}
}
intellij {

View File

@ -36,6 +36,10 @@ tasks {
verifyPlugin {
enabled = false
}
publishPlugin {
enabled = false
}
}
intellij {

View File

@ -55,6 +55,10 @@ tasks {
verifyPlugin {
enabled = false
}
publishPlugin {
enabled = false
}
}
intellij {

View File

@ -55,6 +55,10 @@ tasks {
verifyPlugin {
enabled = false
}
publishPlugin {
enabled = false
}
}
intellij {