Skip to content

Commit aee0dc4

Browse files
committed
Add gradle configuration from Misk
1 parent e771c28 commit aee0dc4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

gradle.properties

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
GROUP=app.cash.backfila
22

3-
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
3+
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=5g -Dfile.encoding=UTF-8
4+
5+
org.gradle.caching=true
6+
org.gradle.configuration-cache=true
7+
org.gradle.vfs.watch=true
8+
org.gradle.configureondemand=true
9+
org.gradle.parallel=true

0 commit comments

Comments
 (0)