Skip to content

Commit a25c1d6

Browse files
committed
adapt gateway build to 252
1 parent 83bb210 commit a25c1d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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" -> {
167+
"2024.2", "2024.3", "2025.2" -> {
168168
return@forEach
169169
}
170170
}

0 commit comments

Comments
 (0)