ci: jbpublish do not depend on signPlugin
This commit is contained in:
parent
0cbce88d10
commit
612841724c
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@ publishVersions.forEach {
|
|||
archiveFile = distFile(it)
|
||||
token = providers.environmentVariable("IJ_PUBLISH_TOKEN")
|
||||
channels = if (pluginVersion.contains("-")) listOf("nightly") else listOf("default")
|
||||
setDependsOn(dependsOn.filter { if (it is TaskProvider<*>) it.name != "signPlugin" && it.name != "buildPlugin" else true })
|
||||
}
|
||||
tasks.named("publish").configure {
|
||||
dependsOn("jbpublish-$it")
|
||||
|
|
Loading…
Add table
Reference in a new issue