Hacker News new | ask | show | jobs
by cel1ne 3705 days ago
Put

    org.gradle.daemon=true
in your .gradle/gradle.properties. Slow startup is an old JVM problem.
1 comments

> Slow startup is an old JVM problem.

No it not, when people make use of Java code, it starts in ms.

It is only slow when running languages like Groovy or Clojure on top of it.