Y
Hacker News
new
|
ask
|
show
|
jobs
by
tomohawk
1734 days ago
> Build tools such as Maven and Gradle are fast, stable and effective
Exactly the opposite of what comes to mind when I think of these.
2 comments
selfhoster11
1734 days ago
Gradle is not fast. I want to pull my teeth out every time IntelliJ decides to launch my application through Gradle rather than via the IDE directly because of the added boot time.
link
lenkite
1734 days ago
Maven is quite stable and effective - maven pom's can remain unchanged for years and still build. However it is not fast.
link