mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
update javadoc task to use more mem
This commit is contained in:
parent
15bdba30e5
commit
5da4b0748f
@ -60,6 +60,10 @@ dependencies {
|
||||
testCompile 'org.hamcrest:hamcrest-all:1.1'
|
||||
}
|
||||
|
||||
javadoc {
|
||||
maxMemory = "1g"
|
||||
}
|
||||
|
||||
test {
|
||||
useTestNG()
|
||||
jmvArgs = ["-ea", "-Xmx1024m"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user