Fix checkstyleNohttp OutOfMemoryError

This commit is contained in:
Rob Winch 2025-01-17 17:14:16 -06:00
parent c2a5709e0f
commit 8acd1d3f51
No known key found for this signature in database

View File

@ -110,6 +110,10 @@ nohttp {
source.builtBy(project(':spring-security-config').tasks.withType(RncToXsd))
}
tasks.named('checkstyleNohttp') {
maxHeapSize = '1g'
}
tasks.register('cloneRepository', IncludeRepoTask) {
repository = project.getProperties().get("repositoryName")
ref = project.getProperties().get("ref")