DownloadRobotServerPlugin task resolves now always the latest plugin version

This commit is contained in:
Jakub Chrzanowski 2021-07-05 21:48:54 +02:00 committed by Jakub Chrzanowski
parent ec9c48dde1
commit 2cfe23439b

View File

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