Skip to content

Commit 7c49151

Browse files
committed
null
1 parent b81f6d9 commit 7c49151

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/ide/jetbrains/gateway-plugin/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ intellijPlatform {
107107
sinceBuild = properties("pluginSinceBuild")
108108
if (!properties("pluginUntilBuild").isNullOrBlank()) {
109109
untilBuild = properties("pluginUntilBuild")
110+
} else {
111+
untilBuild = provider { null }
110112
}
111113
}
112114
}

0 commit comments

Comments
 (0)