1
0
mirror of synced 2026-05-22 13:23:17 +00:00

checkstyleNohttp maxHeapSize=1g

This commit is contained in:
Rob Winch
2025-01-21 13:38:07 -06:00
parent 3209930cca
commit 1cbe6ac932
+4
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")