Skip to content

Instantly share code, notes, and snippets.

@thekarthiksankar
Created August 14, 2021 05:13
Show Gist options
  • Save thekarthiksankar/eb46779c07eefc51a5470ff2ff5f669a to your computer and use it in GitHub Desktop.
Save thekarthiksankar/eb46779c07eefc51a5470ff2ff5f669a to your computer and use it in GitHub Desktop.
Speed up gradle
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.configureondemand=true
org.gradle.caching=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment