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 4dd96b8 commit e8c1beeCopy full SHA for e8c1bee
buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij/IdeVersions.kt
@@ -187,7 +187,7 @@ object IdeVersions {
187
bundledPlugins = listOf("org.jetbrains.plugins.terminal")
188
),
189
community = ProductProfile(
190
- sdkVersion = "251.23774-EAP-CANDIDATE-SNAPSHOT",
+ sdkVersion = "251.23774.16-EAP-SNAPSHOT",
191
bundledPlugins = commonPlugins + listOf(
192
"com.intellij.java",
193
"com.intellij.gradle",
@@ -199,7 +199,7 @@ object IdeVersions {
199
)
200
201
ultimate = ProductProfile(
202
203
204
"JavaScript",
205
"JavaScriptDebugger",
0 commit comments