Allow checkstyleNoHttpt to use more memory

Closes gh-34252
This commit is contained in:
Andy Wilkinson 2023-02-20 14:42:35 +00:00
parent 1ea70d3ddd
commit 8d123cd87e

View File

@ -40,5 +40,5 @@ allprojects {
}
tasks.named("checkstyleNohttp").configure {
maxHeapSize = "1g"
maxHeapSize = "1536m"
}