Browse Source

Fix checkstyleNohttp OutOfMemoryError

Rob Winch 7 tháng trước cách đây
mục cha
commit
8acd1d3f51
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      build.gradle

+ 4 - 0
build.gradle

@@ -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")