ci: More NixOS fixes
This commit is contained in:
parent
d22f4312a4
commit
6537bc6153
1 changed files with 6 additions and 0 deletions
|
@ -156,6 +156,12 @@ tasks {
|
|||
?.let { projectExecutable.set(it.toString()) }
|
||||
}
|
||||
|
||||
withType<org.jetbrains.intellij.tasks.RunPluginVerifierTask> {
|
||||
project.file("jbr")
|
||||
.takeIf { it.exists() }
|
||||
?.let { runtimeDir.set(it.toString()) }
|
||||
}
|
||||
|
||||
signPlugin {
|
||||
certificateChainFile = file("secrets/chain.crt")
|
||||
privateKeyFile = file("secrets/private.pem")
|
||||
|
|
Loading…
Add table
Reference in a new issue