Skip to content

Commit 8d123cd

Browse files
committed
Allow checkstyleNoHttpt to use more memory
Closes gh-34252
1 parent 1ea70d3 commit 8d123cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ allprojects {
4040
}
4141

4242
tasks.named("checkstyleNohttp").configure {
43-
maxHeapSize = "1g"
43+
maxHeapSize = "1536m"
4444
}

0 commit comments

Comments
 (0)