Skip to content

Commit

Permalink
Update gradle.properties
Browse files Browse the repository at this point in the history
Add more memory to gradle, as windows native build fail on GA
  • Loading branch information
whyoleg authored Dec 12, 2021
1 parent 4305655 commit 1115e7f
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 @@ -40,5 +40,5 @@ kotlin.native.ignoreIncorrectDependencies=true
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configureondemand=true
org.gradle.jvmargs=-Xmx4g
org.gradle.jvmargs=-Xmx6g
org.gradle.vfs.watch=true

0 comments on commit 1115e7f

Please sign in to comment.