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
commit cd832971f2
1 changed files with 1 additions and 1 deletions

View File

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