Skip to content

Commit feb81ef

Browse files
rozzajyemin
authored andcommitted
Update build
1 parent d64f5c8 commit feb81ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ tasks.withType(AbstractCompile) {
8080
}
8181

8282
test {
83-
maxHeapSize = "512m"
83+
jvmArgs '-XX:MaxPermSize=1024m'
84+
maxHeapSize = "1024m"
8485

8586
useJUnit()
8687
jacoco { enabled = false }

0 commit comments

Comments
 (0)