Skip to content

Commit d612a77

Browse files
committed
- moves the properties file to the right folder to apply configuration and avoid heap exceptions
1 parent bd1579b commit d612a77

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

typesummary/app/gradle.properties

Lines changed: 0 additions & 3 deletions
This file was deleted.

typesummary/gradle.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
org.gradle.jvmargs=-Xms128m -XX:MaxPermSize=2048m -Xmx8g
2+
org.gradle.configureondemand=true
3+
org.gradle.parallel=true
4+
org.gradle.caching=true

0 commit comments

Comments
 (0)