Skip to content

Commit 5b2384a

Browse files
author
chris
committed
Unset UntilBuild-Version
1 parent d6c405f commit 5b2384a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ dependencies {
4646
// Plugin Dependencies. Uses `platformPlugins` property from the gradle.properties file for plugin from JetBrains Marketplace.
4747
plugins(providers.gradleProperty("platformPlugins").map { it.split(',') })
4848

49-
instrumentationTools()
5049
pluginVerifier()
5150
zipSigner()
5251
testFramework(TestFrameworkType.Platform)
@@ -86,7 +85,7 @@ intellijPlatform {
8685

8786
ideaVersion {
8887
sinceBuild = providers.gradleProperty("pluginSinceBuild")
89-
untilBuild = providers.gradleProperty("pluginUntilBuild")
88+
untilBuild = provider { null }
9089
}
9190
}
9291

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ pluginVersion=1.0.13-SNAPSHOT
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 233
11-
pluginUntilBuild = 252.*
1211

1312
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1413
platformType = IC

0 commit comments

Comments
 (0)