File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments