hdockter wrote: > > test.options.fork(forkMode: ForkMode.ONCE) >
IMHO, ForkMode.ONCE should be the default. ForkMode.PER_TEST may be a good choice for integration tests, but for unit tests it's overkill (trying too hard to be on the safe side). I don't know about Ant, but Maven also uses "once" by default. Cheers, Peter -- View this message in context: http://www.nabble.com/Performance-of-Gradle-vs.-Maven-tp23967611p23979314.html Sent from the gradle-dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
