Brian Clozel 2022-10-04 13:08:08 +02:00
parent 7241c30141
commit 8d0ac214f3
1 changed files with 4 additions and 0 deletions

View File

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