Skip to content

Commit 5ccf4d8

Browse files
committed
Fix Gateway platform dependency resolution
- Add useInstaller = false for Gateway platform - Matches other platforms that use non-installer versions - Fixes 'GW-253.25908-EAP-CANDIDATE-SNAPSHOT (installer)' error
1 parent ed88a70 commit 5ccf4d8

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
@@ -95,7 +95,7 @@ dependencies {
9595

9696
create(type, version, useInstaller = false)
9797
} else {
98-
create(IntelliJPlatformType.Gateway, version)
98+
create(IntelliJPlatformType.Gateway, version, useInstaller = false)
9999
}
100100

101101
bundledPlugins(toolkitIntelliJ.productProfile().map { it.bundledPlugins })

0 commit comments

Comments
 (0)