We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b48a5 commit 72590eaCopy full SHA for 72590ea
plugin/build.gradle.kts
@@ -20,7 +20,6 @@ val pluginName = "gradle-monorepo"
20
val sinceBuildMajorVersion = "241" // corresponds to 2024.1.x versions
21
val sinceIdeVersionForVerification = "251.23774.435" // corresponds to the 2025.1 version
22
val untilIdeVersion = properties["IIU.release.version"] as String
23
-val untilBuildMajorVersion = untilIdeVersion.substringBefore('.')
24
25
intellijPlatform {
26
version = version
@@ -38,7 +37,6 @@ intellijPlatform {
38
37
}
39
ideaVersion {
40
sinceBuild = sinceBuildMajorVersion
41
- untilBuild = "$untilBuildMajorVersion.*"
42
43
44
pluginVerification {
0 commit comments