Merge branch '5.3.x'
This commit is contained in:
commit
892b605460
|
|
@ -176,6 +176,10 @@ configure(rootProject) {
|
|||
}
|
||||
}
|
||||
|
||||
tasks.named("checkstyleNohttp").configure {
|
||||
maxHeapSize = "1g"
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
mavenJava(MavenPublication) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue