Browse Source

Allow checkstyleNoHttpt to use more memory

Closes gh-34252
pull/34332/head
Andy Wilkinson 3 years ago
parent
commit
8d123cd87e
  1. 2
      build.gradle

2
build.gradle

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

Loading…
Cancel
Save