Skip to content

Commit

Permalink
Change org.gradle.jvmargs to 2048
Browse files Browse the repository at this point in the history
  • Loading branch information
soygabimoreno committed Sep 25, 2023
1 parent 86450ba commit fa74848
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 @@ -5,6 +5,6 @@ kotlin.incremental=true
org.gradle.caching=true
org.gradle.configuration.cache=true
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx8192m -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
org.gradle.parallel=true
kotlin.mpp.androidSourceSetLayoutVersion=2

0 comments on commit fa74848

Please sign in to comment.