Skip to content

Commit 72590ea

Browse files
authored
Drop untilBuild to support future IDE versions (#36)
1 parent 29b48a5 commit 72590ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugin/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ val pluginName = "gradle-monorepo"
2020
val sinceBuildMajorVersion = "241" // corresponds to 2024.1.x versions
2121
val sinceIdeVersionForVerification = "251.23774.435" // corresponds to the 2025.1 version
2222
val untilIdeVersion = properties["IIU.release.version"] as String
23-
val untilBuildMajorVersion = untilIdeVersion.substringBefore('.')
2423

2524
intellijPlatform {
2625
version = version
@@ -38,7 +37,6 @@ intellijPlatform {
3837
}
3938
ideaVersion {
4039
sinceBuild = sinceBuildMajorVersion
41-
untilBuild = "$untilBuildMajorVersion.*"
4240
}
4341
}
4442
pluginVerification {

0 commit comments

Comments
 (0)