Skip to content

Commit

Permalink
Do not set untilBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jul 20, 2022
1 parent 9ebabfc commit dc1c48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ intellij {
version.set(properties("platformVersion"))
type.set(properties("platformType"))
downloadSources.set(properties("platformDownloadSources").toBoolean())
updateSinceUntilBuild.set(true)
updateSinceUntilBuild.set(false)

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

0 comments on commit dc1c48d

Please sign in to comment.