Skip to content

Commit

Permalink
remove redundant .orElse(true)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-enko committed Jan 19, 2024
1 parent f5eeaec commit 52793f9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ abstract class DokkaBuildSettingsProperties @Inject constructor(
val buildCacheLocalEnabled: Provider<Boolean> =
dokkaProperty("build.cache.local.enabled", String::toBoolean)
.orElse(!buildingOnCi)
.orElse(true)
val buildCacheLocalDirectory: Provider<String> =
dokkaProperty("build.cache.local.directory")
val buildCacheUrl: Provider<String> =
Expand Down

0 comments on commit 52793f9

Please sign in to comment.