Skip to content

Commit

Permalink
Merge pull request #102 from alphagov/set_gradle_config_cache
Browse files Browse the repository at this point in the history
Set Gradle configuration-cache
  • Loading branch information
gclssvglx authored Nov 6, 2024
2 parents c41ae2f + 920df9f commit 4c00e41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ kotlin.code.style=official
# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.nonTransitiveRClass=true
org.gradle.configuration-cache=true

0 comments on commit 4c00e41

Please sign in to comment.