Minor gradle 0.9 syntax change.

This commit is contained in:
Luke Taylor 2010-02-21 20:42:32 +00:00
parent 025ab4ce1a
commit b0bea8356f
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ configure(javaProjects()) {
} }
test { test {
options.fork(forkMode: ForkMode.ONCE, jvmArgs: ["-ea", '-Xms128m', '-Xmx500m', '-XX:MaxPermSize=128m', '-XX:+HeapDumpOnOutOfMemoryError']) jvmArgs = ['-ea', '-Xms128m', '-Xmx500m', '-XX:MaxPermSize=128m']
} }
task bundlor (dependsOn: compileJava) << { task bundlor (dependsOn: compileJava) << {