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:
parent
ce591f1b43
commit
b81b18645b
tests
java-tests
long-running-tests
property-tests
ui-fixtures
ui-ij-tests
@ -36,6 +36,10 @@ tasks {
|
||||
verifyPlugin {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
publishPlugin {
|
||||
enabled = false
|
||||
}
|
||||
}
|
||||
|
||||
intellij {
|
||||
|
@ -36,6 +36,10 @@ tasks {
|
||||
verifyPlugin {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
publishPlugin {
|
||||
enabled = false
|
||||
}
|
||||
}
|
||||
|
||||
intellij {
|
||||
|
@ -36,6 +36,10 @@ tasks {
|
||||
verifyPlugin {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
publishPlugin {
|
||||
enabled = false
|
||||
}
|
||||
}
|
||||
|
||||
intellij {
|
||||
|
@ -55,6 +55,10 @@ tasks {
|
||||
verifyPlugin {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
publishPlugin {
|
||||
enabled = false
|
||||
}
|
||||
}
|
||||
|
||||
intellij {
|
||||
|
@ -55,6 +55,10 @@ tasks {
|
||||
verifyPlugin {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
publishPlugin {
|
||||
enabled = false
|
||||
}
|
||||
}
|
||||
|
||||
intellij {
|
||||
|
Loading…
Reference in New Issue
Block a user