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 7c8db5f commit f94257dCopy full SHA for f94257d
2 files changed
build.gradle.kts
@@ -98,7 +98,6 @@ intellijPlatform {
98
99
ideaVersion {
100
sinceBuild = providers.gradleProperty("pluginSinceBuild")
101
- untilBuild = providers.gradleProperty("pluginUntilBuild").map { it.ifBlank { null } }
102
}
103
104
gradle.properties
@@ -9,7 +9,6 @@ pluginVersion = 4.0.1
9
10
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
11
pluginSinceBuild = 251
12
-pluginUntilBuild =
13
14
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-extension.html
15
platformType = IC
0 commit comments