ci: [NO BACKPORT] do not use installer for snapshot verifiers
This commit is contained in:
parent
1feb1d2867
commit
a9cfc17729
1 changed files with 3 additions and 3 deletions
|
@ -319,9 +319,9 @@ project(":plugin") {
|
||||||
}
|
}
|
||||||
pluginVerification {
|
pluginVerification {
|
||||||
ides {
|
ides {
|
||||||
ide(IntelliJPlatformType.IntellijIdeaCommunity, ideaVersion)
|
ide(IntelliJPlatformType.IntellijIdeaCommunity, ideaVersion, useInstaller = false)
|
||||||
ide(IntelliJPlatformType.IntellijIdeaUltimate, ideaVersion)
|
ide(IntelliJPlatformType.IntellijIdeaUltimate, ideaVersion, useInstaller = false)
|
||||||
ide(IntelliJPlatformType.CLion, clionVersion)
|
ide(IntelliJPlatformType.CLion, clionVersion, useInstaller = false)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue