Skip to content

Commit

Permalink
Enable gradle configuration cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Nov 15, 2024
1 parent d86cc39 commit 8dc69e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.gradle.configuration-cache=true
2 changes: 2 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ dependencyResolutionManagement {
mavenCentral()
}
}

enableFeaturePreview "STABLE_CONFIGURATION_CACHE"

0 comments on commit 8dc69e7

Please sign in to comment.