Skip to content

Commit dc1c48d

Browse files
committed
Do not set untilBuild
1 parent 9ebabfc commit dc1c48d

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
@@ -63,7 +63,7 @@ intellij {
6363
version.set(properties("platformVersion"))
6464
type.set(properties("platformType"))
6565
downloadSources.set(properties("platformDownloadSources").toBoolean())
66-
updateSinceUntilBuild.set(true)
66+
updateSinceUntilBuild.set(false)
6767

6868
// Plugin Dependencies. Uses `platformPlugins` property from the gradle.properties file.
6969
plugins.set(properties("platformPlugins").split(',').map(String::trim).filter(String::isNotEmpty))

0 commit comments

Comments
 (0)