Skip to content

Commit

Permalink
Merge pull request #34 from bavardage/patch-2
Browse files Browse the repository at this point in the history
use jvm options in run task
  • Loading branch information
markelliot committed Dec 17, 2015
2 parents 06e244d + edee360 commit 59b35bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class RunTask extends JavaExec {
if (!ext.args.isEmpty()) {
setArgs(ext.args)
}
setJvmArgs(ext.getDefaultJvmOpts())
}

}

0 comments on commit 59b35bc

Please sign in to comment.