Skip to content

Commit 7b0cfad

Browse files
committed
use correct gateway EAP version
1 parent a25c1d6 commit 7b0cfad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -142,7 +142,7 @@ object IdeVersions {
142142
Profile(
143143
name = "2025.2",
144144
gateway = ProductProfile(
145-
sdkVersion = "252.23892-EAP-SNAPSHOT",
145+
sdkVersion = "252.23892-EAP-CANDIDATE-SNAPSHOT",
146146
bundledPlugins = listOf("org.jetbrains.plugins.terminal")
147147
),
148148
community = ProductProfile(

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ file("plugins").listFiles()?.forEach root@ {
164164
if (it.name == "jetbrains-gateway") {
165165
when (providers.gradleProperty("ideProfileName").get()) {
166166
// buildSrc is evaluated after settings so we can't key off of IdeVersions.kt
167-
"2024.2", "2024.3", "2025.2" -> {
167+
"2024.2", "2024.3" -> {
168168
return@forEach
169169
}
170170
}

0 commit comments

Comments
 (0)