Skip to content

Commit

Permalink
Merge pull request #2910 from dimagi/enableConfigurationCache
Browse files Browse the repository at this point in the history
enable gradle configuration cache
  • Loading branch information
avazirna authored Dec 9, 2024
2 parents 05e8b40 + 9b03da9 commit d7bd8f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ android.useAndroidX=true
android.enableJetifier=true

# generate R classes with final fields
android.nonFinalResIds=false
android.nonFinalResIds=false

# Enables Gradle Configuration Cache to improve build performance
org.gradle.configuration-cache=true

0 comments on commit d7bd8f1

Please sign in to comment.