[IntelliJ Platform Gradle Plugin] adjust runIdeForUiTests migration guide

This commit is contained in:
Jakub Chrzanowski 2024-07-20 08:57:23 +02:00
parent 800fb08dd2
commit 28ee712008
No known key found for this signature in database
GPG Key ID: C39095BFD769862E

View File

@ -184,7 +184,7 @@ val runIdeForUiTests by intellijPlatformTesting.runIde.registering {
}
plugins {
robotServerPlugin(Constraints.LATEST_VERSION)
robotServerPlugin()
}
}
```