« Return to Thread: Performance of Gradle vs. Maven

Re: Performance of Gradle vs. Maven

by Peter Niederwieser :: Rate this Message:

Reply to Author | View in Thread

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

 « Return to Thread: Performance of Gradle vs. Maven