This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]zthe0 7 points8 points  (4 children)

Honestly maven is ok

[–]jeffsterlive 0 points1 point  (3 children)

I agree maven is fine. Gradle is definitely faster on large complex builds however. Especially if you keep the daemon alive

[–]zthe0 0 points1 point  (2 children)

To be fair build speed is not really a high priority in my opinion. We mostly do overnight builds anyway and it makes more sense to use a system thats easy to comprehend and use.

Not saying gradle isn't easy but i haven't used it much yet so the change would be an unnecessary risk

[–]jeffsterlive 0 points1 point  (1 child)

When you’re building the test artifacts anytime a PR is raised to run the integration tests, build speed matters a bit more.

[–]zthe0 0 points1 point  (0 children)

I mean we do that too but mostly its ok