Merge branch '5.3.x'

This commit is contained in:
Brian Clozel 2022-10-04 13:09:44 +02:00
commit 892b605460
1 changed files with 4 additions and 0 deletions

View File

@ -176,6 +176,10 @@ configure(rootProject) {
}
}
tasks.named("checkstyleNohttp").configure {
maxHeapSize = "1g"
}
publishing {
publications {
mavenJava(MavenPublication) {