Skip to content

Commit 5b375f7

Browse files
authored
Fix sandbox-all configruation missing development conventions (#4919)
1 parent 0e51c1c commit 5b375f7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

sandbox-all/build.gradle.kts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import software.aws.toolkits.gradle.intellij.toolkitIntelliJ
77

88
plugins {
99
id("toolkit-intellij-plugin")
10-
id("org.jetbrains.intellij.platform")
10+
id("toolkit-publish-root-conventions")
1111
}
1212

1313
toolkitIntelliJ.apply {
@@ -31,12 +31,6 @@ intellijPlatform {
3131

3232
dependencies {
3333
intellijPlatform {
34-
val type = toolkitIntelliJ.ideFlavor.map { IntelliJPlatformType.fromCode(it.toString()) }
35-
val version = toolkitIntelliJ.version()
36-
37-
create(type, version, useInstaller = false)
38-
jetbrainsRuntime()
39-
4034
localPlugin(project(":plugin-core"))
4135
localPlugin(project(":plugin-amazonq"))
4236
localPlugin(project(":plugin-toolkit:intellij-standalone"))

0 commit comments

Comments
 (0)