From 8d0ac214f3b3d8b74a6399d95a1ce2743e03d347 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 4 Oct 2022 13:08:08 +0200 Subject: [PATCH] Configure more memory for checkstyleNohttp See https://docs.gradle.org/7.5/release-notes.html#checkstyle-tasks-use-toolchains-and-execute-in-parallel-by-default --- build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index 569a2ba052..aa72a25852 100644 --- a/build.gradle +++ b/build.gradle @@ -428,6 +428,10 @@ configure(rootProject) { } } + tasks.named("checkstyleNohttp").configure { + maxHeapSize = "1g" + } + publishing { publications { mavenJava(MavenPublication) {