Merge branch '2.7.x' into 3.0.x

Closes gh-34253
This commit is contained in:
Andy Wilkinson
2023-02-20 14:43:11 +00:00

View File

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