mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Enable gradle cache
This speeds up server builds during development.
This commit is contained in:
parent
1c68d79eea
commit
ecbe914351
1 changed files with 3 additions and 0 deletions
|
|
@ -16,3 +16,6 @@ org.gradle.jvmargs=-Xmx1536m
|
|||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
||||
# org.gradle.parallel=true
|
||||
|
||||
# Enable configuration cache to speed up the build
|
||||
# https://docs.gradle.org/9.3.1/userguide/configuration_cache_enabling.html
|
||||
org.gradle.configuration-cache=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue