mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
DownloadRobotServerPlugin task resolves now always the latest plugin version
This commit is contained in:
committed by
Jakub Chrzanowski
parent
ec9c48dde1
commit
2cfe23439b
@@ -109,10 +109,6 @@ tasks {
|
||||
ideVersions.set(properties("pluginVerifierIdeVersions").split(',').map(String::trim).filter(String::isNotEmpty))
|
||||
}
|
||||
|
||||
downloadRobotServerPlugin {
|
||||
version.set("0.11.4")
|
||||
}
|
||||
|
||||
runIdeForUiTests {
|
||||
systemProperty("robot-server.port", "8082")
|
||||
systemProperty("ide.mac.message.dialogs.as.sheets", "false")
|
||||
|
||||
Reference in New Issue
Block a user