We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 616a30d commit 63a6a4fCopy full SHA for 63a6a4f
buildSrc/src/main/kotlin/toolkit-intellij-subplugin.gradle.kts
@@ -119,7 +119,7 @@ tasks.runIde {
119
// TODO: https://github.com/gradle/gradle/issues/15383
120
val versionCatalog = extensions.getByType<VersionCatalogsExtension>().named("libs")
121
tasks.withType<DownloadRobotServerPluginTask> {
122
- version.set(versionCatalog.findVersion("intellijRemoteRobot").get().preferredVersion)
+ version.set(versionCatalog.findVersion("intellijRemoteRobot").get().requiredVersion)
123
}
124
125
// Enable coverage for the UI test target IDE
0 commit comments