Browse Source

Fix checkstyleNohttp OutOfMemoryError

pull/16443/head
Rob Winch 11 months ago
parent
commit
8acd1d3f51
No known key found for this signature in database
  1. 4
      build.gradle

4
build.gradle

@ -110,6 +110,10 @@ nohttp { @@ -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…
Cancel
Save