Skip to content

Commit

Permalink
Enable stable config cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Feb 25, 2023
1 parent 690ece7 commit 0fed618
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.caching=true
org.gradle.unsafe.configuration-cache=true
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
enableFeaturePreview("STABLE_CONFIGURATION_CACHE")

0 comments on commit 0fed618

Please sign in to comment.