ci: [NO BACKPORT] do not use installer for snapshot verifiers

This commit is contained in:
FalsePattern 2024-09-27 13:30:10 +02:00
parent 1feb1d2867
commit a9cfc17729
Signed by: falsepattern
GPG key ID: E930CDEC50C50E23

View file

@ -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)
} }
} }
} }