Skip to content

Commit 56c7123

Browse files
committed
Set maxHeapSize in gradle tests
1 parent 26bb41d commit 56c7123

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,7 @@ uploadArchives {
119119
}
120120
}
121121
}
122+
123+
test {
124+
maxHeapSize = "1024m"
125+
}

0 commit comments

Comments
 (0)