update javadoc task to use more mem

This commit is contained in:
kimchy 2010-04-04 01:23:58 +03:00
parent 15bdba30e5
commit 5da4b0748f

View File

@ -60,6 +60,10 @@ dependencies {
testCompile 'org.hamcrest:hamcrest-all:1.1'
}
javadoc {
maxMemory = "1g"
}
test {
useTestNG()
jmvArgs = ["-ea", "-Xmx1024m"]