Skip to content

Commit

Permalink
Fix sandbox-all configruation missing development conventions (aws#4919)
Browse files Browse the repository at this point in the history
  • Loading branch information
rli authored Oct 2, 2024
1 parent 0e51c1c commit 5b375f7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions sandbox-all/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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"))
Expand Down

0 comments on commit 5b375f7

Please sign in to comment.