Fix checkstyleNohttp OutOfMemoryError
This commit is contained in:
parent
c2a5709e0f
commit
8acd1d3f51
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue