Skip to content

Commit

Permalink
Fix org.gradle.configuration-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
soygabimoreno committed Jan 4, 2024
1 parent 874af7f commit 491d0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ android.nonTransitiveRClass=true
kotlin.code.style=official
kotlin.incremental=true
org.gradle.caching=true
org.gradle.configuration.cache=true
org.gradle.configuration-cache=true
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
org.gradle.parallel=true
Expand Down

0 comments on commit 491d0f7

Please sign in to comment.