Skip to content

Commit 8d0ac21

Browse files
committed
1 parent 7241c30 commit 8d0ac21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,10 @@ configure(rootProject) {
428428
}
429429
}
430430

431+
tasks.named("checkstyleNohttp").configure {
432+
maxHeapSize = "1g"
433+
}
434+
431435
publishing {
432436
publications {
433437
mavenJava(MavenPublication) {

0 commit comments

Comments
 (0)