This website requires JavaScript.
Explore
Help
Sign In
ReVanced-Mirror
/
revanced-cli
Watch
1
Star
0
Fork
0
You've already forked revanced-cli
mirror of
https://github.com/revanced/revanced-cli.git
synced
2024-11-03 18:33:55 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
v4.4.2-dev.2
revanced-cli
/
settings.gradle.kts
8 lines
113 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
build: Use Gradle build cache
2023-11-22 00:26:40 +01:00
rootProject.name = "revanced-cli"
buildCache {
local {
build: Simplify enabling local build cache
2023-12-10 21:57:12 +01:00
isEnabled = "CI" !in System.getenv()
build: Use Gradle build cache
2023-11-22 00:26:40 +01:00
}
}
Reference in New Issue
Copy Permalink