We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 105b474 commit af17baaCopy full SHA for af17baa
build.gradle
@@ -27,3 +27,6 @@ if (project.hasProperty('release.useLastTag')) {
27
tasks.prepare.enabled = false
28
}
29
30
+test{
31
+ maxHeapSize = "1g"
32
+}
0 commit comments