Skip to content

Commit f8e1000

Browse files
committed
Fix broken Gateway profile due to missing .pom
JetBrains deleted the .pom from the /snapshots repo
1 parent 4a3dfbf commit f8e1000

File tree

1 file changed

+1
-1
lines changed
  • buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij/IdeVersions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ object IdeVersions {
101101
Profile(
102102
name = "2024.2",
103103
gateway = ProductProfile(
104-
sdkVersion = "242.20224-EAP-CANDIDATE-SNAPSHOT",
104+
sdkVersion = "242.23726-EAP-CANDIDATE-SNAPSHOT",
105105
bundledPlugins = listOf("org.jetbrains.plugins.terminal")
106106
),
107107
community = ProductProfile(

0 commit comments

Comments
 (0)