From 5b375f7ee18d82cd0d3d6c7fc96a4c7b464cbe4e Mon Sep 17 00:00:00 2001 From: Richard Li <742829+rli@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:40:07 -0700 Subject: [PATCH] Fix sandbox-all configruation missing development conventions (#4919) --- sandbox-all/build.gradle.kts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sandbox-all/build.gradle.kts b/sandbox-all/build.gradle.kts index 5e6947467e..2410d0515f 100644 --- a/sandbox-all/build.gradle.kts +++ b/sandbox-all/build.gradle.kts @@ -7,7 +7,7 @@ import software.aws.toolkits.gradle.intellij.toolkitIntelliJ plugins { id("toolkit-intellij-plugin") - id("org.jetbrains.intellij.platform") + id("toolkit-publish-root-conventions") } toolkitIntelliJ.apply { @@ -31,12 +31,6 @@ intellijPlatform { dependencies { intellijPlatform { - val type = toolkitIntelliJ.ideFlavor.map { IntelliJPlatformType.fromCode(it.toString()) } - val version = toolkitIntelliJ.version() - - create(type, version, useInstaller = false) - jetbrainsRuntime() - localPlugin(project(":plugin-core")) localPlugin(project(":plugin-amazonq")) localPlugin(project(":plugin-toolkit:intellij-standalone"))