Skip to content

Commit 5da4b07

Browse files
committed
update javadoc task to use more mem
1 parent 15bdba3 commit 5da4b07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/elasticsearch/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ dependencies {
6060
testCompile 'org.hamcrest:hamcrest-all:1.1'
6161
}
6262

63+
javadoc {
64+
maxMemory = "1g"
65+
}
66+
6367
test {
6468
useTestNG()
6569
jmvArgs = ["-ea", "-Xmx1024m"]

0 commit comments

Comments
 (0)