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