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 983107e commit 8ca7c94Copy full SHA for 8ca7c94
buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij/IdeVersions.kt
@@ -100,10 +100,6 @@ object IdeVersions {
100
),
101
Profile(
102
name = "2024.2",
103
- gateway = ProductProfile(
104
- sdkVersion = "242.23726-EAP-CANDIDATE-SNAPSHOT",
105
- bundledPlugins = listOf("org.jetbrains.plugins.terminal")
106
- ),
107
community = ProductProfile(
108
sdkVersion = "2024.2",
109
bundledPlugins = commonPlugins + listOf(
0 commit comments