Allow checkstyleNoHttpt to use more memory

Closes gh-34252
pull/31258/merge
Andy Wilkinson 2 years ago
parent 1ea70d3ddd
commit 8d123cd87e

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

Loading…
Cancel
Save