Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turn on common gradle optimization flags #260

Open
yogurtearl opened this issue Aug 23, 2024 · 0 comments
Open

Turn on common gradle optimization flags #260

yogurtearl opened this issue Aug 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@yogurtearl
Copy link

Add all (or some) of these options to the gradle.properties file.

# https://docs.gradle.org/current/userguide/build_cache.html
org.gradle.caching=true

# https://docs.gradle.org/current/userguide/performance.html#parallel_execution
org.gradle.parallel=true

# https://docs.gradle.org/current/userguide/gradle_daemon.html#sec:daemon_watch_fs
org.gradle.vfs.watch=true

# https://docs.gradle.org/current/userguide/configuration_cache.html
org.gradle.configuration-cache=true

See nowinandroid for reference:
https://github.com/android/nowinandroid/blob/main/gradle.properties

@temcguir temcguir added the enhancement New feature or request label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants