Skip to content

Commit

Permalink
Allow checkstyleNoHttpt to use more memory
Browse files Browse the repository at this point in the history
Closes gh-34252
  • Loading branch information
wilkinsona committed Feb 20, 2023
1 parent 1ea70d3 commit 8d123cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ allprojects {
}

tasks.named("checkstyleNohttp").configure {
maxHeapSize = "1g"
maxHeapSize = "1536m"
}

0 comments on commit 8d123cd

Please sign in to comment.