We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc1d88 commit 313e74cCopy full SHA for 313e74c
build.gradle
@@ -233,7 +233,7 @@ intellijPlatform {
233
pluginConfiguration {
234
ideaVersion {
235
sinceBuild = providers.gradleProperty("pluginSinceBuild")
236
- untilBuild = providers.gradleProperty("pluginUntilBuild")
+ untilBuild = provider { null }
237
}
238
changeNotes = """
239
<h2> 25.0.9 </h2>
gradle.properties
@@ -1,6 +1,5 @@
1
useLocal=false
2
pluginSinceBuild=251
3
-pluginUntilBuild=*
4
5
javaVersion=21
6
0 commit comments