Skip to content

Commit 63a6a4f

Browse files
authored
Fix DownloadRobotServerPluginTask (#2971)
1 parent 616a30d commit 63a6a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/toolkit-intellij-subplugin.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ tasks.runIde {
119119
// TODO: https://github.com/gradle/gradle/issues/15383
120120
val versionCatalog = extensions.getByType<VersionCatalogsExtension>().named("libs")
121121
tasks.withType<DownloadRobotServerPluginTask> {
122-
version.set(versionCatalog.findVersion("intellijRemoteRobot").get().preferredVersion)
122+
version.set(versionCatalog.findVersion("intellijRemoteRobot").get().requiredVersion)
123123
}
124124

125125
// Enable coverage for the UI test target IDE

0 commit comments

Comments
 (0)