Skip to content

Commit

Permalink
build: Simplify enabling local build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Dec 11, 2023
1 parent c4c6e05 commit b288e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ rootProject.name = "revanced-patches"

buildCache {
local {
isEnabled = !System.getenv().containsKey("CI")
isEnabled = "CI" !in System.getenv()
}
}

0 comments on commit b288e45

Please sign in to comment.