This website requires JavaScript.
Explore
Help
Register
Sign In
Lea
/
revanced-patches-tasker
Watch
1
Star
0
Fork
You've already forked revanced-patches-tasker
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
a85cdbabf8
revanced-patches-tasker
/
settings.gradle.kts
8 lines
117 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: Initial commit
2022-03-21 15:19:51 +00:00
rootProject.name = "revanced-patches"
build: Use Gradle build cache
2023-11-21 23:26:38 +00:00
buildCache {
local {
build: Simplify enabling local build cache
2023-12-10 20:57:11 +00:00
isEnabled = "CI" !in System.getenv()
build: Use Gradle build cache
2023-11-21 23:26:38 +00:00
}
}
Reference in a new issue
Copy permalink