Allow checkstyleNoHttpt to use more memory
Closes gh-34252
This commit is contained in:
parent
1ea70d3ddd
commit
8d123cd87e
|
|
@ -40,5 +40,5 @@ allprojects {
|
|||
}
|
||||
|
||||
tasks.named("checkstyleNohttp").configure {
|
||||
maxHeapSize = "1g"
|
||||
maxHeapSize = "1536m"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue