Skip to content

Commit af17baa

Browse files
memory for test
Attempt at fixing build failures #2832
1 parent 105b474 commit af17baa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ if (project.hasProperty('release.useLastTag')) {
2727
tasks.prepare.enabled = false
2828
}
2929

30+
test{
31+
maxHeapSize = "1g"
32+
}

0 commit comments

Comments
 (0)