We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c9896 commit bd69639Copy full SHA for bd69639
build.gradle.kts
@@ -110,6 +110,10 @@ tasks {
110
systemProperty("jb.consents.confirmation.enabled", "false")
111
}
112
113
+ runPluginVerifier {
114
+ ideVersions = properties("pluginVerifierIdeVersions").map { it.split(',').map(String::trim).filter(String::isNotEmpty) }
115
+ }
116
+
117
signPlugin {
118
certificateChain = environment("CERTIFICATE_CHAIN")
119
privateKey = environment("PRIVATE_KEY")
0 commit comments