Skip to content

Commit bd69639

Browse files
committed
Limit ide versions for verification!
1 parent 24c9896 commit bd69639

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ tasks {
110110
systemProperty("jb.consents.confirmation.enabled", "false")
111111
}
112112

113+
runPluginVerifier {
114+
ideVersions = properties("pluginVerifierIdeVersions").map { it.split(',').map(String::trim).filter(String::isNotEmpty) }
115+
}
116+
113117
signPlugin {
114118
certificateChain = environment("CERTIFICATE_CHAIN")
115119
privateKey = environment("PRIVATE_KEY")

0 commit comments

Comments
 (0)