We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1965508 commit 910bd89Copy full SHA for 910bd89
1 file changed
build.gradle
@@ -91,7 +91,7 @@ testInt.dependsOn ':processor-one:build'
91
testInt.dependsOn ':processor-two:build'
92
93
testInt {
94
- minHeapSize = "512M"
+ maxHeapSize = "1024M"
95
systemProperty "PROJECT_DIR", "$projectDir"
96
}
97
0 commit comments