We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e51c1c commit 5b375f7Copy full SHA for 5b375f7
sandbox-all/build.gradle.kts
@@ -7,7 +7,7 @@ import software.aws.toolkits.gradle.intellij.toolkitIntelliJ
7
8
plugins {
9
id("toolkit-intellij-plugin")
10
- id("org.jetbrains.intellij.platform")
+ id("toolkit-publish-root-conventions")
11
}
12
13
toolkitIntelliJ.apply {
@@ -31,12 +31,6 @@ intellijPlatform {
31
32
dependencies {
33
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
40
localPlugin(project(":plugin-core"))
41
localPlugin(project(":plugin-amazonq"))
42
localPlugin(project(":plugin-toolkit:intellij-standalone"))
0 commit comments