Skip to content

Commit 183acab

Browse files
rwinchkwondh5217
authored andcommitted
Fix checkstyleNohttp OutOfMemoryError
Signed-off-by: Daeho Kwon <[email protected]>
1 parent b6259c3 commit 183acab

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
@@ -110,6 +110,10 @@ nohttp {
110110
source.builtBy(project(':spring-security-config').tasks.withType(RncToXsd))
111111
}
112112

113+
tasks.named('checkstyleNohttp') {
114+
maxHeapSize = '1g'
115+
}
116+
113117
tasks.register('cloneRepository', IncludeRepoTask) {
114118
repository = project.getProperties().get("repositoryName")
115119
ref = project.getProperties().get("ref")

0 commit comments

Comments
 (0)