Skip to content

Commit 2460ab3

Browse files
Merge pull request #301 from Project-Env/feature/until-build-property
Fix unsetting untilBuild property
2 parents 9704c43 + 716bda9 commit 2460ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ intellijPlatform {
6868
name = properties("pluginName")
6969
version = properties("pluginVersion")
7070
ideaVersion {
71-
untilBuild = ""
71+
untilBuild = provider { null }
7272
}
7373
description = projectDir.resolve("README.md").readText().lines().run {
7474
val start = "<!-- Plugin description -->"

0 commit comments

Comments
 (0)